1 line
83 B
TypeScript
1 line
83 B
TypeScript
export type SVGComponent = React.FunctionComponent<React.SVGProps<SVGSVGElement>>;
|