UNPKG

vuetning

Version:

<p align="center"> <img width="160"src="https://s3.amazonaws.com/arcthos.com/vuetning/logo.svg"> </p>

38 lines (37 loc) 916 B
declare const _default: import("vue").DefineComponent<{ /** * Number of rows in the form. */ rows: { type: NumberConstructor; default: number; }; /** * Indicates whether this form is single column. */ singleColumn: { type: BooleanConstructor; default: boolean; }; }, unknown, unknown, { height(): string; }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ /** * Number of rows in the form. */ rows: { type: NumberConstructor; default: number; }; /** * Indicates whether this form is single column. */ singleColumn: { type: BooleanConstructor; default: boolean; }; }>>, { rows: number; singleColumn: boolean; }, {}>; export default _default;