UNPKG

@progress/kendo-themes-html

Version:

A collection of HTML helpers used for developing Kendo UI themes

7 lines (6 loc) 336 B
import { KendoComponent } from '../_types/component'; export declare const GRID_PINNED_CONTAINER_CLASSNAME = "k-grid-pinned-container"; export type GridPinnedContainerProps = React.HTMLAttributes<HTMLDivElement> & { position?: 'top' | 'bottom'; }; export declare const GridPinnedContainer: KendoComponent<GridPinnedContainerProps>;