@coreui/vue
Version:
UI Components Library for Vue.js
17 lines (16 loc) • 848 B
TypeScript
declare const CForm: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
/**
* Mark a form as validated. If you set it `true`, all validation styles will be applied to the forms component.
*/
validated: BooleanConstructor;
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
[key: string]: any;
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
/**
* Mark a form as validated. If you set it `true`, all validation styles will be applied to the forms component.
*/
validated: BooleanConstructor;
}>> & Readonly<{}>, {
validated: boolean;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export { CForm };