UNPKG

@progress/kendo-react-grid

Version:
11 lines (10 loc) 259 B
/// <reference types="react" /> /** * The properties of the GridToolbarProps component. */ export interface GridToolbarProps { /** * The React elements that will be rendered inside the toolbar of the Grid. */ children?: React.ReactNode; }