UNPKG

iles

Version:

Vite & Vue powered static site generator with partial hydration

5 lines (3 loc) 209 B
declare function autoImportComposables(code: string, id: string): Promise<string | undefined>; declare function writeComposablesDTS(root: string): void; export { autoImportComposables, writeComposablesDTS };