UNPKG

@progress/kendo-themes-html

Version:

A collection of HTML helpers used for developing Kendo UI themes

22 lines (21 loc) 568 B
import * as React from 'react'; export type KendoFileInfoProps = { selection: "single" | "multiple" | "none"; name?: string; icon?: string; fileType?: string; fileSize?: string; fileDateCreated?: string; fileDateModified?: string; }; export declare const FileInfo: { (props: KendoFileInfoProps & React.HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element; states: any[]; options: {}; className: string; defaultOptions: { name: string; icon: string; }; }; export default FileInfo;