@progress/kendo-themes-html
Version:
A collection of HTML helpers used for developing Kendo UI themes
21 lines (20 loc) • 710 B
TypeScript
export declare const PIVOTGRIDCONFIGURATOR_CLASSNAME = "k-pivotgrid-configurator";
export type KendoPivotGridConfiguratorProps = {
actionButtons?: React.JSX.Element;
orientation?: "horizontal" | "vertical";
mode?: "overlay" | "push";
header?: string;
};
export declare const PivotGridConfigurator: {
(props: KendoPivotGridConfiguratorProps & React.HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element;
states: any[];
options: {};
className: string;
defaultOptions: {
orientation: string;
mode: string;
actionButtons: import("react/jsx-runtime").JSX.Element;
header: string;
};
};
export default PivotGridConfigurator;