calcom/lib/types/SVGComponent.ts
Peer Richelsen 3c089af58a
new EmptyScreen component, using it in /bookings (#708)
* new EmptyScreen component, using it in /bookings

* Linting fixes

Co-authored-by: Bailey Pumfleet <pumfleet@hey.com>
2021-09-21 11:36:29 +01:00

1 line
83 B
TypeScript

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