import React from 'react'; // @ts-ignore import classes from './index.css'; type Props = { width: string; height: string } export default (props: Props) => { return ( ) };