4 lines
98 B
TypeScript
4 lines
98 B
TypeScript
import { ViteSSGContext } from 'vite-ssg'
|
|
|
|
export type UserModule = (ctx: ViteSSGContext) => void
|