vuetning
Version:
<p align="center"> <img width="160"src="https://s3.amazonaws.com/arcthos.com/vuetning/logo.svg"> </p>
49 lines (48 loc) • 1.19 kB
TypeScript
declare const _default: import("vue").DefineComponent<{
/**
* Indicates whether this option is checked.
*/
checked: BooleanConstructor;
/**
* Indicates whether this option is disabled.
*/
disabled: BooleanConstructor;
/**
* Option label.
*/
label: {
type: StringConstructor;
required: true;
};
}, unknown, unknown, {
/**
* The CSS class names for the input.
*/
inputClassNames(): string;
}, {
/**
* Handles the click event on the checkbox button.
* @param event The fired event.
*/
handleClick(event: Event): void;
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
/**
* Indicates whether this option is checked.
*/
checked: BooleanConstructor;
/**
* Indicates whether this option is disabled.
*/
disabled: BooleanConstructor;
/**
* Option label.
*/
label: {
type: StringConstructor;
required: true;
};
}>>, {
disabled: boolean;
checked: boolean;
}, {}>;
export default _default;