UNPKG
@moveable/helper
Version:
latest (0.1.3)
0.1.3
0.1.2
0.1.0
0.0.3
0.0.2
0.0.1
Helper for demo of Moveable
daybrush.com/moveable
daybrush/moveable
@moveable/helper
/
global.d.ts
9 lines
(8 loc)
•
173 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
declare
module
"!!raw-loader!*"
{
const
content
:
string
;
export
default
content; }
declare
module
"*.svg"
{
const
content
:
string
;
export
default
content; }