UNPKG

houdini-svelte

Version:
9 lines (8 loc) 259 B
import type { Script } from 'houdini'; import type { TransformPage } from 'houdini/vite'; import type { Framework } from '../kit'; export type SvelteTransformPage = TransformPage & { framework: Framework; script: Script; svelte5Runes: boolean; };