UNPKG

@volverjs/ui-vue

Version:

@volverjs/ui-vue is a lightweight Vue 3 component library to accompany @volverjs/style.

119 lines (118 loc) 3.25 kB
declare var __VLS_12: {}; type __VLS_Slots = {} & { default?: (props: typeof __VLS_12) => any; }; declare const __VLS_base: import("vue").DefineComponent<globalThis.ExtractPropTypes<{ modifiers: { type: PropType<string | string[]>; default: undefined; }; type: { type: PropType<`${import("../../constants").ButtonType}`>; default: import("../../constants").ButtonType; validator: (value: import("../../constants").ButtonType) => boolean; }; ariaLabel: { type: StringConstructor; default: undefined; }; defaultTag: { type: StringConstructor; default: import("../../constants").ActionTag; }; to: { type: (ObjectConstructor | StringConstructor)[]; }; href: StringConstructor; target: StringConstructor; rel: { type: StringConstructor; default: string; }; current: { type: BooleanConstructor; default: boolean; }; active: { type: BooleanConstructor; default: boolean; }; pressed: { type: BooleanConstructor; default: boolean; }; label: { type: (StringConstructor | NumberConstructor)[]; default: undefined; }; disabled: { type: BooleanConstructor; default: boolean; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{ modifiers: { type: PropType<string | string[]>; default: undefined; }; type: { type: PropType<`${import("../../constants").ButtonType}`>; default: import("../../constants").ButtonType; validator: (value: import("../../constants").ButtonType) => boolean; }; ariaLabel: { type: StringConstructor; default: undefined; }; defaultTag: { type: StringConstructor; default: import("../../constants").ActionTag; }; to: { type: (ObjectConstructor | StringConstructor)[]; }; href: StringConstructor; target: StringConstructor; rel: { type: StringConstructor; default: string; }; current: { type: BooleanConstructor; default: boolean; }; active: { type: BooleanConstructor; default: boolean; }; pressed: { type: BooleanConstructor; default: boolean; }; label: { type: (StringConstructor | NumberConstructor)[]; default: undefined; }; disabled: { type: BooleanConstructor; default: boolean; }; }>> & Readonly<{}>, { label: string | number; disabled: boolean; modifiers: string | string[]; type: "button" | "submit" | "reset"; ariaLabel: string; defaultTag: string; rel: string; current: boolean; active: boolean; pressed: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots<T, S> = T & { new (): { $slots: S; }; };