UNPKG

@progress/kendo-themes-html

Version:

A collection of HTML helpers used for developing Kendo UI themes

16 lines (15 loc) 517 B
declare const states: ("focus" | "hover")[]; export type KendoChatQuickReplyProps = { text?: string; }; export type KendoChatQuickReplyState = { [K in (typeof states)[number]]?: boolean; }; export declare const ChatQuickReply: { (props: KendoChatQuickReplyProps & KendoChatQuickReplyState & React.HTMLAttributes<HTMLSpanElement>): import("react/jsx-runtime").JSX.Element; states: ("focus" | "hover")[]; options: {}; className: string; defaultOptions: {}; }; export default ChatQuickReply;