UNPKG
antd-theme
Version:
latest (0.3.4)
next (0.3.0-3)
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.3.0-3
0.3.0-2
0.3.0-1
0.3.0-0
0.2.0
0.1.2
0.1.0
Provide runtime dynamic theme for ant design.
wuzekang.github.io/antd-theme
antd-theme
/
lib
/
parser.d.ts
13 lines
(12 loc)
•
241 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
declare class Parser { private
input
;
constructor
(input: string);
parse
(): any;
dimension
(): any;
colorKeyword
(): any;
call
(): any;
color
(): any;
anonymous
(): any;
keyword
(): any; } export default Parser;