UNPKG

vexip-ui

Version:

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

56 lines (55 loc) 3.55 kB
import { Ref } from 'vue'; declare function focus(options?: FocusOptions): void; declare function __VLS_template(): { attrs: Partial<{}>; slots: { default?(_: {}): any; }; 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>; size: import('vue').PropType<"default" | "small" | "large">; state: import('vue').PropType<"default" | "success" | "error" | "warning">; value: import('vue').PropType<string | number | boolean>; vertical: import('vue').PropType<boolean>; disabled: import('vue').PropType<boolean>; options: import('vue').PropType<import('.').RadioRawOption[]>; loading: import('vue').PropType<boolean>; loadingIcon: import('vue').PropType<any>; loadingLock: import('vue').PropType<boolean>; loadingEffect: import('vue').PropType<string>; shape: import('vue').PropType<"default" | "button" | "border" | "button-group">; onChange: import('vue').PropType<((value: string) => void) | ((value: string | number) => void) | ((value: number) => void) | ((value: boolean) => void) | ((value: number | boolean) => void) | ((value: string | boolean) => void) | ((value: string | number | boolean) => void) | (((value: string) => void) | ((value: string | number) => void) | ((value: number) => void) | ((value: boolean) => void) | ((value: number | boolean) => void) | ((value: string | boolean) => void) | ((value: string | number | boolean) => void))[]>; }>, { idFor: Ref<string | undefined, string | undefined>; focus: typeof focus; blur: () => void; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "update:value": (...args: any[]) => void; }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{ inherit: import('vue').PropType<boolean>; size: import('vue').PropType<"default" | "small" | "large">; state: import('vue').PropType<"default" | "success" | "error" | "warning">; value: import('vue').PropType<string | number | boolean>; vertical: import('vue').PropType<boolean>; disabled: import('vue').PropType<boolean>; options: import('vue').PropType<import('.').RadioRawOption[]>; loading: import('vue').PropType<boolean>; loadingIcon: import('vue').PropType<any>; loadingLock: import('vue').PropType<boolean>; loadingEffect: import('vue').PropType<string>; shape: import('vue').PropType<"default" | "button" | "border" | "button-group">; onChange: import('vue').PropType<((value: string) => void) | ((value: string | number) => void) | ((value: number) => void) | ((value: boolean) => void) | ((value: number | boolean) => void) | ((value: string | boolean) => void) | ((value: string | number | boolean) => void) | (((value: string) => void) | ((value: string | number) => void) | ((value: number) => void) | ((value: boolean) => void) | ((value: number | boolean) => void) | ((value: string | boolean) => void) | ((value: string | number | boolean) => void))[]>; }>> & Readonly<{ "onUpdate:value"?: ((...args: any[]) => any) | undefined; }>, {}, {}, {}, {}, 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; }; };