UNPKG
mdui
Version:
latest (2.1.4)
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.0.2
1.0.1
1.0.0
0.4.3
0.4.2
0.4.1
0.4.0
0.3.0
0.2.1
0.2.0
0.1.2
0.1.1
0.0.1
a CSS Framework based on material design
mdui.org
zdhxiong/mdui
mdui
/
src
/
interfaces
/
MduiStatic.ts
12 lines
(9 loc)
•
199 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import { JQStatic } from
'mdui.jq/es/interfaces/JQStatic'
; export interface MduiStatic {
/** * mdui.jq */
$:
JQStatic;
//
mdui 命名空间下的静态方法 [
method
:
string
]:
any
; }