UNPKG

153 BTypeScriptView Raw
1import type { FunctionComponent, SVGProps } from 'react';
2export type Props = SVGProps<SVGElement>;
3export declare const Cell: FunctionComponent<Props>;