UNPKG

@progress/kendo-themes-html

Version:

A collection of HTML helpers used for developing Kendo UI themes

13 lines (12 loc) 429 B
export declare const CHATFILEWRAPPER_CLASSNAME = "k-chat-file-wrapper"; export type KendoChatFileWrapper = { layout?: "vertical" | "horizontal" | "wrap"; }; export declare const ChatFileWrapper: { (props: KendoChatFileWrapper & React.HTMLAttributes<HTMLUListElement>): import("react/jsx-runtime").JSX.Element; className: string; defaultOptions: { layout: string; }; }; export default ChatFileWrapper;