Jsx to Tsx conversion
This commit is contained in:
8
components/md-renderer/mdx-components/iframe.tsx
Normal file
8
components/md-renderer/mdx-components/iframe.tsx
Normal file
@ -0,0 +1,8 @@
|
||||
import styled from 'styled-components';
|
||||
|
||||
export const IFrame = styled.iframe`
|
||||
display: block;
|
||||
width: 100%;
|
||||
border: none;
|
||||
margin: 30px auto;
|
||||
`;
|
Reference in New Issue
Block a user