cal/packages/types/SVGComponent.d.ts
2022-04-20 12:00:49 -06:00

2 lines
83 B
TypeScript

export type SVGComponent = React.FunctionComponent<React.SVGProps<SVGSVGElement>>;