UNPKG

@progress/kendo-vue-grid

Version:
25 lines (24 loc) 685 B
/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ /** * The props of the GridToolbarProps component. * * @hidden */ export interface GridToolbarProps { /** * Configures the `size` of the Grid. * * The available options are: * - small * - medium * * @default `medium` */ size?: 'small' | 'medium' | string; }