vuetning
Version:
<p align="center"> <img width="160"src="https://s3.amazonaws.com/arcthos.com/vuetning/logo.svg"> </p>
55 lines (54 loc) • 1.3 kB
TypeScript
declare const _default: import("vue").DefineComponent<{
/**
* Indicates whether this radio option is checked.
*/
checked: BooleanConstructor;
/**
* Indicates whether radio is disabled.
*/
disabled: BooleanConstructor;
/**
* Radio label.
*/
label: StringConstructor;
/**
* Selected option value.
*/
modelValue: any;
/**
* Radio option value.
*/
value: StringConstructor;
}, unknown, unknown, {}, {
/**
* Handles the click event on the radio group 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 radio option is checked.
*/
checked: BooleanConstructor;
/**
* Indicates whether radio is disabled.
*/
disabled: BooleanConstructor;
/**
* Radio label.
*/
label: StringConstructor;
/**
* Selected option value.
*/
modelValue: any;
/**
* Radio option value.
*/
value: StringConstructor;
}>>, {
disabled: boolean;
modelValue: any;
checked: boolean;
}, {}>;
export default _default;