HazardInspectUI/src/types.ts

4 lines
103 B
TypeScript

import type { ViteSSGContext } from 'vite-ssg'
export type UserModule = (ctx: ViteSSGContext) => void