UNPKG

@sendbird/uikit-react

Version:

Sendbird UIKit for React: A feature-rich and customizable chat UI kit with messaging, channel management, and user authentication.

12 lines (11 loc) 237 B
export declare enum ButtonTypes { PRIMARY = "PRIMARY", SECONDARY = "SECONDARY", DANGER = "DANGER", DISABLED = "DISABLED", WARNING = "WARNING" } export declare enum ButtonSizes { BIG = "BIG", SMALL = "SMALL" }