oxen-website/types/index.ts
2021-01-22 13:43:42 +11:00

2 lines
90 B
TypeScript

// Common types
export type SVG = React.FunctionComponent<React.SVGProps<SVGSVGElement>>;