UNPKG

vuestic-ui

Version:
112 lines (111 loc) 2.55 kB
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{ disabled: { type: BooleanConstructor; default: boolean; }; label: { type: StringConstructor; default: string; }; tag: { type: StringConstructor; default: string; }; to: { type: import("vue").PropType<string | Record<string, any>>; default: undefined; }; replace: { type: BooleanConstructor; default: undefined; }; append: { type: BooleanConstructor; default: undefined; }; exact: { type: BooleanConstructor; default: undefined; }; activeClass: { type: StringConstructor; default: undefined; }; exactActiveClass: { type: StringConstructor; default: undefined; }; href: { type: StringConstructor; default: undefined; }; target: { type: StringConstructor; default: undefined; }; }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ disabled: { type: BooleanConstructor; default: boolean; }; label: { type: StringConstructor; default: string; }; tag: { type: StringConstructor; default: string; }; to: { type: import("vue").PropType<string | Record<string, any>>; default: undefined; }; replace: { type: BooleanConstructor; default: undefined; }; append: { type: BooleanConstructor; default: undefined; }; exact: { type: BooleanConstructor; default: undefined; }; activeClass: { type: StringConstructor; default: undefined; }; exactActiveClass: { type: StringConstructor; default: undefined; }; href: { type: StringConstructor; default: undefined; }; target: { type: StringConstructor; default: undefined; }; }>>, { label: string; replace: boolean; target: string; tag: string; disabled: boolean; to: string | Record<string, any>; append: boolean; exact: boolean; activeClass: string; exactActiveClass: string; href: string; }, {}>, { default?(_: {}): any; }>; export default _default; type __VLS_WithTemplateSlots<T, S> = T & { new (): { $slots: S; }; };