UNPKG

@archway-kit/vue

Version:

Vue components to interact with the Archway network

129 lines (128 loc) 3.14 kB
declare function __VLS_template(): { slots: Readonly<{ icon(): any; 'icon-left'(): any; 'icon-right'(): any; }> & { icon(): any; 'icon-left'(): any; 'icon-right'(): any; }; refs: {}; attrs: Partial<{}>; }; type __VLS_TemplateResult = ReturnType<typeof __VLS_template>; declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{ label: { type: StringConstructor; default: undefined; }; placeholder: { type: StringConstructor; default: undefined; }; icon: { type: ObjectConstructor; default: undefined; }; iconLeft: { type: ObjectConstructor; default: undefined; }; iconRight: { type: ObjectConstructor; default: undefined; }; legend: { type: StringConstructor; default: undefined; }; errors: { type: StringConstructor; default: undefined; }; required: { type: BooleanConstructor; default: boolean; }; disabled: { type: BooleanConstructor; default: boolean; }; muted: { type: BooleanConstructor; default: boolean; }; modelValue: { type: StringConstructor; default: string; }; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "update:modelValue": (...args: any[]) => void; }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{ label: { type: StringConstructor; default: undefined; }; placeholder: { type: StringConstructor; default: undefined; }; icon: { type: ObjectConstructor; default: undefined; }; iconLeft: { type: ObjectConstructor; default: undefined; }; iconRight: { type: ObjectConstructor; default: undefined; }; legend: { type: StringConstructor; default: undefined; }; errors: { type: StringConstructor; default: undefined; }; required: { type: BooleanConstructor; default: boolean; }; disabled: { type: BooleanConstructor; default: boolean; }; muted: { type: BooleanConstructor; default: boolean; }; modelValue: { type: StringConstructor; default: string; }; }>> & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }>, { label: string; legend: string; muted: boolean; disabled: boolean; modelValue: string; required: boolean; placeholder: string; icon: Record<string, any>; iconLeft: Record<string, any>; iconRight: Record<string, any>; errors: string; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>; export default _default; type __VLS_WithTemplateSlots<T, S> = T & { new (): { $slots: S; }; };