UNPKG

@uva-glass/component-library

Version:

React components UvA

5 lines (4 loc) 341 B
export type UIButtonVariant = 'primary' | 'secondary' | 'destructive-primary' | 'destructive-secondary' | 'blank' | 'blank-subtle' | 'blank-icon'; export type UISelectVariant = 'small' | 'regular'; export type UITooltipSize = 'small' | 'medium' | 'large'; export type UIStatus = 'information' | 'danger' | 'warning' | 'success' | 'default';