UNPKG

recharts

Version:
4 lines (3 loc) 153 B
import type { FunctionComponent, SVGProps } from 'react'; export type Props = SVGProps<SVGElement>; export declare const Cell: FunctionComponent<Props>;