UNPKG

@progress/kendo-themes-html

Version:

A collection of HTML helpers used for developing Kendo UI themes

15 lines (14 loc) 399 B
export declare const CHATEVENT_CLASSNAME = "k-chat-event"; export type KendoChatEvent = { icon?: string; text?: string; }; export declare const ChatEvent: { (props: KendoChatEvent & React.HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element; className: string; defaultOptions: { icon: string; text: string; }; }; export default ChatEvent;