UNPKG

@progress/kendo-vue-layout

Version:
35 lines (34 loc) 1.21 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 ActionSheetHeader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{ headerClassName: { type: PropType<string>; default: any; }; headerStyle: { type: PropType<string>; default: any; }; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{ headerClassName: { type: PropType<string>; default: any; }; headerStyle: { type: PropType<string>; default: any; }; }>> & Readonly<{}>, { headerClassName: string; headerStyle: string; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export { ActionSheetHeader };