vuetning
Version:
<p align="center"> <img width="160"src="https://s3.amazonaws.com/arcthos.com/vuetning/logo.svg"> </p>
27 lines (26 loc) • 710 B
TypeScript
declare const _default: import("vue").DefineComponent<{
/**
* Option label.
*/
label: StringConstructor;
/**
* Indicates whether this option is active.
*/
isActive: BooleanConstructor;
}, unknown, unknown, {
listBoxClassNames(): string;
}, {
handleClick(event: MouseEvent): void;
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
/**
* Option label.
*/
label: StringConstructor;
/**
* Indicates whether this option is active.
*/
isActive: BooleanConstructor;
}>>, {
isActive: boolean;
}, {}>;
export default _default;