UNPKG

@sendbird/uikit-react

Version:

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

16 lines (15 loc) 302 B
export declare const MessageInputKeys: { Enter: string; ArrowUp: string; ArrowDown: string; Backspace: string; }; export declare const NodeTypes: { ElementNode: number; TextNode: number; }; export declare const NodeNames: { Span: string; Br: string; Div: string; };