UNPKG

184 BTypeScriptView Raw
1/**
2 * @fileOverview Cross
3 */
4import type { FunctionComponent, SVGProps } from 'react';
5export type Props = SVGProps<SVGElement>;
6export declare const Cell: FunctionComponent<Props>;