oxen-website/types/index.ts

3 lines
90 B
TypeScript

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