UNPKG

react-life-design

Version:
8 lines (7 loc) 221 B
import * as React from 'react'; export interface IProps { width?: number; height?: number; } declare const _default: React.MemoExoticComponent<({ width, height }: IProps) => JSX.Element>; export default _default;