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

1 line
83 B
TypeScript

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