UNPKG

@progress/kendo-vue-dateinputs

Version:
24 lines (23 loc) 1.01 kB
/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ /** * Represents the props of the Kendo UI for * Vue [PickerWrap]({% slug api_dateinputs_pickerwrapprops %}) component. */ export interface PickerWrapProps { id?: string; } /** * @hidden */ declare const PickerWrap: import('vue').DefineComponent<import('vue').ExtractPropTypes<{ id: StringConstructor; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{ id: StringConstructor; }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export { PickerWrap };