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_STICKY_CONTAINER_CLASSNAME = "k-grid-sticky-container"; export type GridStickyContainerProps = React.HTMLAttributes<HTMLDivElement> & { position?: 'top' | 'bottom'; }; export declare const GridStickyContainer: KendoComponent<GridStickyContainerProps>;