@progress/kendo-vue-grid
Version:
26 lines (25 loc) • 1.11 kB
TypeScript
/**
* @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 GridHeaderSelectionCell: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
field: PropType<string>;
title: PropType<string>;
selectionValue: PropType<any>;
render: PropType<any>;
}>, {}, {}, {}, {
changeHandle(e: any): void;
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
field: PropType<string>;
title: PropType<string>;
selectionValue: PropType<any>;
render: PropType<any>;
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
export { GridHeaderSelectionCell };