cal/apps/web/lib/types/SVGComponent.ts
2022-02-10 14:22:45 -07:00

2 lines
83 B
TypeScript

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