vuetning
Version:
<p align="center"> <img width="160"src="https://s3.amazonaws.com/arcthos.com/vuetning/logo.svg"> </p>
58 lines (57 loc) • 1.54 kB
TypeScript
declare const _default: import("vue").DefineComponent<{
disabled: BooleanConstructor;
error: BooleanConstructor;
/**
* Inline help text.
* When using the help slot this prop is ignored.
*/
help: StringConstructor;
inline: BooleanConstructor;
label: {
type: StringConstructor;
required: true;
};
/**
* Input value.
*/
modelValue: BooleanConstructor;
required: BooleanConstructor;
/**
* Indicates whether the input is stacked among other inputs.
*/
stacked: BooleanConstructor;
tooltip: StringConstructor;
}, unknown, unknown, {}, {
onClick(): void;
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
disabled: BooleanConstructor;
error: BooleanConstructor;
/**
* Inline help text.
* When using the help slot this prop is ignored.
*/
help: StringConstructor;
inline: BooleanConstructor;
label: {
type: StringConstructor;
required: true;
};
/**
* Input value.
*/
modelValue: BooleanConstructor;
required: BooleanConstructor;
/**
* Indicates whether the input is stacked among other inputs.
*/
stacked: BooleanConstructor;
tooltip: StringConstructor;
}>>, {
required: boolean;
error: boolean;
disabled: boolean;
inline: boolean;
stacked: boolean;
modelValue: boolean;
}, {}>;
export default _default;