oxen-website/types/index.ts

7 lines
157 B
TypeScript
Raw Normal View History

2021-01-22 03:43:42 +01:00
// Common types
export type SVG = React.FunctionComponent<React.SVGProps<SVGSVGElement>>;
2021-09-17 06:41:20 +02:00
export interface IPath {
params: { page: string | string[] };
}