g-ui-web
Version:
63 lines (62 loc) • 1.51 kB
TypeScript
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
type: {
type: StringConstructor;
default: string;
};
size: {
type: StringConstructor;
default: string;
};
min: {
type: StringConstructor;
default: string;
};
max: {
type: StringConstructor;
default: string;
};
tooltip: {
type: ArrayConstructor;
default: null;
};
dbOptions: {
type: ObjectConstructor;
default: () => {};
};
}>, {
props: any;
targetDeviationRef: globalThis.Ref<null, null>;
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
type: {
type: StringConstructor;
default: string;
};
size: {
type: StringConstructor;
default: string;
};
min: {
type: StringConstructor;
default: string;
};
max: {
type: StringConstructor;
default: string;
};
tooltip: {
type: ArrayConstructor;
default: null;
};
dbOptions: {
type: ObjectConstructor;
default: () => {};
};
}>> & Readonly<{}>, {
type: string;
size: string;
dbOptions: Record<string, any>;
tooltip: unknown[];
max: string;
min: string;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
export default _default;