UNPKG
ng-materialgrammi
Version:
latest (0.1.4)
2.0.8
0.1.31
0.1.4
0.1.2
0.1.1
0.1.0
0.0.9
0.0.8
0.0.7
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
0.0.0-watch
An Angular framework which follows
www.materialgrammi.com
ashbeelghouri/materialgrammi
ng-materialgrammi
/
lib
/
types.d.ts
4 lines
(3 loc)
•
234 B
TypeScript
View Raw
1
2
3
4
export
declare
type
Theme
=
string
|
"primary"
|
"success"
|
"warning"
|
"danger"
|
"lite"
|
"dark"
;
export
declare
type
NavPartition
=
string
|
"2:1"
|
"1:2"
|
"1:1"
;
export
declare
type
InputStyle
=
string
|
"control"
|
"material"
;