index
:
adelie.git
main
release
minimal and theoretically easy-to-use ui css and html stuff to include elsewhere
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
types
/
global.d.ts
blob: 21aec91cb69a1d3dc5adb30a7fcb862b23e354e1 (
plain
) (
blame
)
1
2
3
4
5
6
7
declare global { interface Window { ASSET_BASE?: string; } } export {};