@progress/kendo-vue-grid
Version:
28 lines (27 loc) • 1.28 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
*/
export declare const GridPinDropdownButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
dataItem: PropType<any>;
}>, {
anchor: string;
showPopup: import('vue').Ref<boolean, boolean>;
hrefValue: string;
isPinned: import('vue').ComputedRef<boolean>;
pinToTopText: import('vue').ComputedRef<any>;
unpinText: import('vue').ComputedRef<any>;
menuItems: import('vue').ComputedRef<any[]>;
handleToggle: (e: MouseEvent) => void;
handleClose: (e: any) => void;
handleMenuSelect: (event: any) => void;
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
dataItem: PropType<any>;
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;