UNPKG

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