UNPKG

@xui/components

Version:

xUI Components for Angular

4 lines (3 loc) 263 B
export type ButtonType = 'normal' | 'dashed' | 'stroked' | 'raised' | 'fab' | 'icon'; export type ButtonSize = 'small' | 'medium' | 'large'; export type ButtonColor = 'primary' | 'primary-alt' | 'secondary' | 'success' | 'warning' | 'error' | 'info' | 'minimal';