UNPKG

@bothub-chat/ui

Version:

Bothub UI Components

3 lines (2 loc) 138 B
export type TextFieldType = 'text' | 'number' | 'password' | 'search' | 'color' | 'email'; export type Variant = 'primary' | 'secondary';