UNPKG

@progress/kendo-themes-html

Version:

A collection of HTML helpers used for developing Kendo UI themes

13 lines (12 loc) 553 B
import { KendoComponent } from '../_types/component'; export declare const PIVOTGRID_CLASSNAME = "k-pivotgrid"; export type KendoPivotGridProps = { emptyCell?: React.JSX.Element; columnHeaders?: React.JSX.Element; rowHeaders?: React.JSX.Element; configurator?: React.JSX.Element; configuratorDisplay?: "none" | "closed" | "opened"; configuratorPosition?: "left" | "bottom" | "right" | "top"; }; export declare const PivotGrid: KendoComponent<KendoPivotGridProps & React.HTMLAttributes<HTMLDivElement>>; export default PivotGrid;