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
0b5f519735
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 19:39:08 +01:00
declare
module
"*.png"
{
const
value
:
any
;
export
=
value
;
Mostly using direct assets instead of stored files somewhere within the project.
2021-03-17 13:28:27 +01:00
}
declare
module
"*.html"
{
const
value
:
any
;
export
=
value
;
Added the new bookmark system and updated the bookmark UI
2021-03-14 19:39:08 +01:00
}
Reference in a new issue
Copy permalink