@inkline/inkline
Version:
Inkline is the intuitive UI Components library that gives you a developer-friendly foundation for building high-quality, accessible, and customizable Vue.js 3 Design Systems.
52 lines (51 loc) • 1.54 kB
TypeScript
declare const _default: import("vue").DefineComponent<{
/**
* The schema path of the target input to show the errors for.
* @type String
* @default
* @name for
*/
for: {
type: StringConstructor;
default: string;
};
/**
* Set the validation statuses for which the form error should be visible.
* @type Array | String
* @default ['touched', 'dirty', 'invalid']
* @name visible
*/
visible: {
type: (StringConstructor | ArrayConstructor)[];
default: () => string[];
};
}, {
errors: import("vue").ComputedRef<any>;
visible: import("vue").ComputedRef<boolean>;
schema: any;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
/**
* The schema path of the target input to show the errors for.
* @type String
* @default
* @name for
*/
for: {
type: StringConstructor;
default: string;
};
/**
* Set the validation statuses for which the form error should be visible.
* @type Array | String
* @default ['touched', 'dirty', 'invalid']
* @name visible
*/
visible: {
type: (StringConstructor | ArrayConstructor)[];
default: () => string[];
};
}>>, {
visible: string | unknown[];
for: string;
}, {}>;
export default _default;