diff --git a/packages/html/src/pivotgrid/pivotgrid.spec.tsx b/packages/html/src/pivotgrid/pivotgrid.spec.tsx index f5d51452820..1ec62ba0a24 100644 --- a/packages/html/src/pivotgrid/pivotgrid.spec.tsx +++ b/packages/html/src/pivotgrid/pivotgrid.spec.tsx @@ -11,7 +11,7 @@ export type KendoPivotGridProps = { emptyCell?: React.JSX.Element; columnHeaders?: React.JSX.Element; rowHeaders?: React.JSX.Element; - configurator?: JSX.Element; + configurator?: React.JSX.Element; configuratorDisplay?: "none" | "closed" | "opened"; configuratorPosition?: "left" | "bottom" | "right" | "top";