UNPKG

@progress/kendo-vue-grid

Version:
34 lines (33 loc) 1.34 kB
/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ import { PropType } from 'vue'; /** * @hidden */ declare const GridHeaderCell: import('vue').DefineComponent<import('vue').ExtractPropTypes<{ field: PropType<string>; title: PropType<string>; sortable: PropType<import('..').GridSortSettings>; render: PropType<any>; selectionValue: PropType<any>; onHeadercellclick: PropType<any>; }>, {}, {}, { linkClass(): { 'k-link': boolean; }; }, { clickHandler(event: any): void; }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{ field: PropType<string>; title: PropType<string>; sortable: PropType<import('..').GridSortSettings>; render: PropType<any>; selectionValue: PropType<any>; onHeadercellclick: PropType<any>; }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export { GridHeaderCell };