UNPKG

recharts

Version:
7 lines (6 loc) 185 B
import type { FunctionComponent, SVGProps } from 'react'; export type Props = SVGProps<SVGElement>; /** * @consumes CellReader */ export declare const Cell: FunctionComponent<Props>;