@opensig/opendesign
Version:
71 lines (70 loc) • 2.32 kB
TypeScript
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
readonly modelValue: {
readonly type: StringConstructor;
};
readonly disabled: {
readonly type: BooleanConstructor;
};
readonly segmentsLen: {
readonly type: NumberConstructor;
readonly default: 4;
};
readonly size: {
type: import('vue').PropType<import('..').SizeT>;
};
readonly round: {
type: import('vue').PropType<import('..').RoundT>;
};
readonly color: {
type: import('vue').PropType<import('..').Color2T>;
default: string;
};
readonly readonly: {
type: BooleanConstructor;
};
readonly variant: {
type: import('vue').PropType<import('..').VariantT>;
default: string;
};
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
change: (valid: boolean, ip: string) => any;
"update:modelValue": (value: string) => any;
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
readonly modelValue: {
readonly type: StringConstructor;
};
readonly disabled: {
readonly type: BooleanConstructor;
};
readonly segmentsLen: {
readonly type: NumberConstructor;
readonly default: 4;
};
readonly size: {
type: import('vue').PropType<import('..').SizeT>;
};
readonly round: {
type: import('vue').PropType<import('..').RoundT>;
};
readonly color: {
type: import('vue').PropType<import('..').Color2T>;
default: string;
};
readonly readonly: {
type: BooleanConstructor;
};
readonly variant: {
type: import('vue').PropType<import('..').VariantT>;
default: string;
};
}>> & Readonly<{
onChange?: ((valid: boolean, ip: string) => any) | undefined;
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
}>, {
readonly color: "normal" | "primary" | "success" | "warning" | "danger";
readonly disabled: boolean;
readonly variant: "solid" | "outline" | "text";
readonly readonly: boolean;
readonly segmentsLen: number;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
export default _default;