UNPKG
widely
Version:
latest (0.0.3-beat4)
0.0.3-beat4
0.0.3-beat3
0.0.3-beat2
0.0.3-beat1
0.0.2
0.0.1
0.0.1-beat1
## Getting Started
github.com/organization-zhangyoof/components
organization-zhangyoof/components
widely
/
typings.d.ts
11 lines
(10 loc)
•
235 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
declare
module
'*.css'
;
declare
module
'*.less'
{
const
content
:
any
;
export
default
content; }
declare
module
'*.jpg'
;
declare
module
'*.png'
;
declare
module
'*.mp4'
;
declare
module
'*.js'
;
declare
module
'video-react'
;