UNPKG

recharts

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