Home > @uniformdev/design-system > CalloutType

CalloutType type

Callout button types available to use with our brand

Signature:

type CalloutType = 'caution' | 'danger' | 'info' | 'note' | 'success' | 'tip' | 'error';