oxen-website/types/index.ts

7 lines
142 B
TypeScript

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