UNPKG
@stacksjs/stx
Version:
latest (0.2.5)
0.2.5
0.2.4
0.2.3
0.2.0
0.1.16
0.1.15
0.1.12
0.1.11
0.1.10
0.1.9
0.1.8
0.1.7
0.1.6
0.0.10
0.0.9
0.0.7
0.0.0
A performant UI Framework. Powered by Bun.
github.com/stacksjs/stx
stacksjs/stx
@stacksjs/stx
/
dist
/
client
/
index.d.ts
7 lines
•
225 B
TypeScript
View Raw
1
2
3
4
5
6
7
/** * 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'
;