@progress/kendo-themes-html
Version:
A collection of HTML helpers used for developing Kendo UI themes
21 lines (20 loc) • 498 B
TypeScript
import { KendoGridProps } from '../../grid';
declare const variants: {
name: string;
title: string;
}[];
export declare const PropertygridDemo: {
(props: KendoGridProps & {
variant?: (typeof variants)[number]["name"];
}): import("react/jsx-runtime").JSX.Element;
options: any;
states: any;
variants: {
name: string;
title: string;
}[];
defaultOptions: any;
modifiers: any[];
className: string;
};
export default PropertygridDemo;