UNPKG

@progress/kendo-themes-html

Version:

A collection of HTML helpers used for developing Kendo UI themes

18 lines (17 loc) 622 B
declare const options: { size: ("small" | "medium" | "large" | undefined)[]; }; export type KendoColumnMenuMulticheckItemOptions = { size?: (typeof options.size)[number] | null; }; export type KendoColumnMenuMulticheckItemProps = KendoColumnMenuMulticheckItemOptions & { text: string; }; export declare const ColumnMenuMulticheckItem: { (props: KendoColumnMenuMulticheckItemProps & React.HTMLAttributes<HTMLLIElement>): import("react/jsx-runtime").JSX.Element; states: any[]; options: { size: ("small" | "medium" | "large" | undefined)[]; }; }; export default ColumnMenuMulticheckItem;