2023-02-05 18:11:34 +08:00

4 lines
103 B
TypeScript

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