cal/packages/types/SVGComponent.d.ts

2 lines
83 B
TypeScript
Raw Normal View History

2022-04-20 15:00:49 -03:00
export type SVGComponent = React.FunctionComponent<React.SVGProps<SVGSVGElement>>;