UNPKG

@progress/kendo-themes-html

Version:

A collection of HTML helpers used for developing Kendo UI themes

19 lines (18 loc) 492 B
export type KendoChatProps = { dir?: "ltr" | "rtl"; showToolbar?: boolean; showMessageBox?: boolean; showMoreButton?: boolean; }; export declare const Chat: { (props: KendoChatProps & React.HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element; states: any[]; options: {}; className: string; defaultOptions: { showToolbar: boolean; showMessageBox: boolean; showMoreButton: boolean; }; }; export default Chat;