UNPKG
xui
Version:
latest (1.41.1)
1.41.1
1.40.2
1.40.1
1.40.0
1.39.0
1.38.0
1.37.2
xUI Components for Angular
xuijs.org
rikarin/xui
xui
/
decagram
/
decagram.types.d.ts
3 lines
(2 loc)
•
186 B
TypeScript
View Raw
1
2
3
export
type
DecagramType =
'decagram'
|
'circle'
|
'shield'
|
'triangle'
;
export
type
DecagramColor =
'primary'
|
'primary-alt'
|
'secondary'
|
'success'
|
'warning'
|
'error'
|
'info'
;