UNPKG

@bothub-chat/ui

Version:

Bothub UI Components

5 lines (4 loc) 294 B
export type ButtonVariant = 'primary' | 'primary-transparent' | 'primary-outline' | 'gradient' | 'secondary' | 'text' | 'help' | 'success'; export type ButtonSize = 'small' | 'md'; export type ButtonCorner = 'brick' | 'rounded'; export type ButtonComponent = 'button' | 'span' | 'a' | 'label';