eslink-ui-plus
Version:
vue3 component library, css framework
52 lines (51 loc) • 1.39 kB
TypeScript
declare const _default: import("vue").DefineComponent<{
activeText: {
type: StringConstructor;
default: string;
};
inactiveText: {
type: StringConstructor;
default: string;
};
activeColor: {
type: StringConstructor;
default: string;
};
activeValue: {
type: BooleanConstructor;
default: boolean;
};
inactiveValue: {
type: BooleanConstructor;
default: boolean;
};
inactiveColor: {
type: StringConstructor;
default: string;
};
}, {
onClick(): void;
checked: import("vue").Ref<boolean>;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
activeText?: unknown;
inactiveText?: unknown;
activeColor?: unknown;
activeValue?: unknown;
inactiveValue?: unknown;
inactiveColor?: unknown;
} & {
activeText: string;
inactiveText: string;
activeColor: string;
activeValue: boolean;
inactiveValue: boolean;
inactiveColor: string;
} & {}>, {
activeText: string;
inactiveText: string;
activeColor: string;
activeValue: boolean;
inactiveValue: boolean;
inactiveColor: string;
}>;
export default _default;