UNPKG

@extclp/vexip-ui

Version:

A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good

53 lines (52 loc) 1.57 kB
declare function __VLS_template(): { attrs: Partial<{}>; slots: { default?(_: {}): any; group?(_: {}): any; }; refs: { link: HTMLAnchorElement; }; rootEl: HTMLLIElement; }; type __VLS_TemplateResult = ReturnType<typeof __VLS_template>; declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{ to: { type: StringConstructor; default: string; }; title: { type: StringConstructor; default: string; }; children: { type: import('vue').PropType<import('./symbol').AnchorLinkOptions[]>; default: () => never[]; }; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{ to: { type: StringConstructor; default: string; }; title: { type: StringConstructor; default: string; }; children: { type: import('vue').PropType<import('./symbol').AnchorLinkOptions[]>; default: () => never[]; }; }>> & Readonly<{}>, { title: string; children: import('./symbol').AnchorLinkOptions[]; to: string; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, { link: HTMLAnchorElement; }, HTMLLIElement>; declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>; export default _default; type __VLS_WithTemplateSlots<T, S> = T & { new (): { $slots: S; }; };