UNPKG

@stacksjs/stx

Version:

A performant UI Framework. Powered by Bun.

7 lines 225 B
/** * Generate the browser router script as a string * This can be injected into pages or served as a static file */ export declare function getRouterScript(): string; export * from './router'; export * from './directive';