UNPKG

@archway-kit/vue

Version:

Vue components to interact with the Archway network

41 lines (40 loc) 1.45 kB
declare function __VLS_template(): { slots: { default?(_: { viewingStart: boolean; viewingEnd: boolean; }): any; }; refs: { start: HTMLDivElement; end: HTMLDivElement; }; attrs: Partial<{}>; }; type __VLS_TemplateResult = ReturnType<typeof __VLS_template>; declare const __VLS_component: import('vue').DefineComponent<{ horizontal?: boolean; }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "left-start": () => any; "left-end": () => any; "update:viewingStart": (value: boolean) => any; "reached-start": () => any; "update:viewingEnd": (value: boolean) => any; "reached-end": () => any; }, string, import('vue').PublicProps, Readonly<{ horizontal?: boolean; }> & Readonly<{ "onLeft-start"?: (() => any) | undefined; "onLeft-end"?: (() => any) | undefined; "onUpdate:viewingStart"?: ((value: boolean) => any) | undefined; "onReached-start"?: (() => any) | undefined; "onUpdate:viewingEnd"?: ((value: boolean) => any) | undefined; "onReached-end"?: (() => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>; export default _default; type __VLS_WithTemplateSlots<T, S> = T & { new (): { $slots: S; }; };