UNPKG

@sendbird/uikit-react

Version:

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

5 lines (4 loc) 210 B
import { Types } from './type'; import { Colors } from './colors'; export declare function changeColorToClassName(color: Colors): string; export declare function changeTypeToIconClassName(type: Types): string;