UNPKG

@snowsvex/snowsvex

Version:

The Svexiest static site generator in town

7 lines (6 loc) 233 B
import { SnowsvexConfig } from '../config'; declare type DevRuntimeProps = { pagesDirs: SnowsvexConfig['pagesDirs']; }; export declare function createDevRuntime({ pagesDirs }: DevRuntimeProps): Promise<string | null>; export {};