This website requires JavaScript.
Explore
Help
Sign In
TeaSpeak
/
TeaWeb
Watch
1
Star
0
Fork
You've already forked TeaWeb
0
Code
Issues
1
Pull Requests
Activity
3e3d867264
TeaWeb
/
shared
/
js
/
global.d.ts
9 lines
139 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Added the new bookmark system and updated the bookmark UI
2021-03-14 18:39:08 +00:00
declare
module
"*.png"
{
const
value
:
any
;
export
=
value
;
Mostly using direct assets instead of stored files somewhere within the project.
2021-03-17 12:28:27 +00:00
}
declare
module
"*.html"
{
const
value
:
any
;
export
=
value
;
Added the new bookmark system and updated the bookmark UI
2021-03-14 18:39:08 +00:00
}