oxen-website/types/index.ts
2021-09-17 14:41:20 +10:00

7 lines
157 B
TypeScript

// Common types
export type SVG = React.FunctionComponent<React.SVGProps<SVGSVGElement>>;
export interface IPath {
params: { page: string | string[] };
}