mirror of
https://github.com/oxen-io/oxen-website.git
synced 2023-12-13 21:00:18 +01:00
2 lines
90 B
TypeScript
2 lines
90 B
TypeScript
// Common types
|
|
export type SVG = React.FunctionComponent<React.SVGProps<SVGSVGElement>>;
|