UNPKG

@xui/components

Version:

xUI Components for Angular

3 lines (2 loc) 186 B
export type DecagramType = 'decagram' | 'circle' | 'shield' | 'triangle'; export type DecagramColor = 'primary' | 'primary-alt' | 'secondary' | 'success' | 'warning' | 'error' | 'info';