UNPKG

@progress/kendo-themes-html

Version:

A collection of HTML helpers used for developing Kendo UI themes

8 lines (7 loc) 327 B
export declare const UPLOADFILEINFO_CLASSNAME = "k-file-info"; export type KendoUploadFileInfoProps = { name?: string; size?: string; validationMsg?: string; }; export declare const UploadFileInfo: (props: KendoUploadFileInfoProps & React.HTMLAttributes<HTMLDivElement>) => import("react/jsx-runtime").JSX.Element;