9 lines
481 B
TypeScript
9 lines
481 B
TypeScript
declare const _default: import("vue").DefineComponent<{}, {
|
|
$props: Partial<typeof props>;
|
|
error?: Record<string, any> | undefined;
|
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
export default _default;
|
|
declare const props: {
|
|
readonly error?: Record<string, any> | undefined;
|
|
};
|