UNPKG

@extclp/vexip-ui

Version:

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

37 lines (36 loc) 1.91 kB
import { BadgeSlots } from './symbol'; declare function __VLS_template(): { attrs: Partial<{}>; slots: Readonly<BadgeSlots> & BadgeSlots; refs: {}; rootEl: HTMLDivElement; }; type __VLS_TemplateResult = ReturnType<typeof __VLS_template>; declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{ inherit: import('vue').PropType<boolean>; content: import('vue').PropType<string | number>; max: import('vue').PropType<number>; disabled: import('vue').PropType<boolean>; isDot: import('vue').PropType<boolean>; type: import('vue').PropType<"success" | "error" | "warning" | "info" | "disabled" | "primary">; color: import('vue').PropType<string>; slots: import('vue').PropType<BadgeSlots>; onBadgeClick: import('vue').PropType<((event: MouseEvent) => void) | ((event: MouseEvent) => void)[]>; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{ inherit: import('vue').PropType<boolean>; content: import('vue').PropType<string | number>; max: import('vue').PropType<number>; disabled: import('vue').PropType<boolean>; isDot: import('vue').PropType<boolean>; type: import('vue').PropType<"success" | "error" | "warning" | "info" | "disabled" | "primary">; color: import('vue').PropType<string>; slots: import('vue').PropType<BadgeSlots>; onBadgeClick: import('vue').PropType<((event: MouseEvent) => void) | ((event: MouseEvent) => void)[]>; }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>; declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>; export default _default; type __VLS_WithTemplateSlots<T, S> = T & { new (): { $slots: S; }; };