UNPKG

251 BTypeScriptView Raw
1import * as React from 'react';
2export interface IProps {
3 width?: number;
4 height?: number;
5 children?: any;
6}
7declare const _default: React.MemoExoticComponent<({ width, height, children }: IProps) => JSX.Element>;
8export default _default;