various-ui
Version:
This is a test version of the Vue 3 component library
64 lines (63 loc) • 2.47 kB
TypeScript
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
readonly data: {
readonly type: import("vue").PropType<{
[name: string]: any;
}>;
readonly default: () => void;
};
readonly rules: {
readonly type: import("vue").PropType<{
[name: string]: import("@various/constants").UiTypes.verifyRule[];
}>;
readonly default: () => void;
};
}>, {
define: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
readonly data: {
readonly type: import("vue").PropType<{
[name: string]: any;
}>;
readonly default: () => void;
};
readonly rules: {
readonly type: import("vue").PropType<{
[name: string]: import("@various/constants").UiTypes.verifyRule[];
}>;
readonly default: () => void;
};
}>> & Readonly<{}> & {}>;
refs: {
form: import("vue").Ref<HTMLFormElement | undefined, HTMLFormElement | undefined>;
};
methods: {
reset: () => void;
clear: (keys?: string[] | undefined) => void;
validator: (callBack: (result: boolean) => void, list?: string[] | undefined) => Promise<void>;
};
emitter: import("mitt").Emitter<Record<import("mitt").EventType, unknown>>;
reset: () => void;
clear: (keys?: string[] | undefined) => void;
validator: (callBack: (result: boolean) => void, list?: string[] | undefined) => Promise<void>;
form: import("vue").Ref<HTMLFormElement | undefined, HTMLFormElement | undefined>;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
readonly data: {
readonly type: import("vue").PropType<{
[name: string]: any;
}>;
readonly default: () => void;
};
readonly rules: {
readonly type: import("vue").PropType<{
[name: string]: import("@various/constants").UiTypes.verifyRule[];
}>;
readonly default: () => void;
};
}>> & Readonly<{}>, {
readonly data: {
[name: string]: any;
};
readonly rules: {
[name: string]: import("@various/constants").UiTypes.verifyRule[];
};
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;