@progress/kendo-themes-html
Version:
A collection of HTML helpers used for developing Kendo UI themes
15 lines (14 loc) • 403 B
TypeScript
export type KendoFileManagerDragHintProps = {
hint: string;
icon?: string;
};
export declare const FileManagerDragHint: {
(props: KendoFileManagerDragHintProps & React.HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element;
states: any[];
options: {};
className: string;
defaultOptions: {
icon: string;
};
};
export default FileManagerDragHint;