ideaz-element
Version:
<p align="center"> <a href="" target="_blank" rel="noopener noreferrer"> <img src="./docs/public/logo.svg" alt="Ideaz Element" width="180" style="width: 180px;" /> </a> </p>
65 lines (63 loc) • 2.19 kB
TypeScript
import { TagSelectGroupOptionsItem, TagSelectOptionsItem } from './props';
declare const _default: import('vue').DefineComponent<{
options: {
type: globalThis.PropType<TagSelectOptionsItem[] | TagSelectGroupOptionsItem[]>;
default: () => never[];
};
multiple: {
type: BooleanConstructor;
default: boolean;
};
modelValue: {
type: (ObjectConstructor | ArrayConstructor | StringConstructor | NumberConstructor)[];
default: () => {};
};
all: {
type: BooleanConstructor;
default: boolean;
};
titleWidth: {
type: (StringConstructor | NumberConstructor)[];
};
size: {
type: globalThis.PropType<"" | "small" | "default" | "large">;
};
alias: {
type: globalThis.PropType<import('index').Alias>;
};
}, () => import("vue/jsx-runtime").JSX.Element | import("vue/jsx-runtime").JSX.Element[], unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
options: {
type: globalThis.PropType<TagSelectOptionsItem[] | TagSelectGroupOptionsItem[]>;
default: () => never[];
};
multiple: {
type: BooleanConstructor;
default: boolean;
};
modelValue: {
type: (ObjectConstructor | ArrayConstructor | StringConstructor | NumberConstructor)[];
default: () => {};
};
all: {
type: BooleanConstructor;
default: boolean;
};
titleWidth: {
type: (StringConstructor | NumberConstructor)[];
};
size: {
type: globalThis.PropType<"" | "small" | "default" | "large">;
};
alias: {
type: globalThis.PropType<import('index').Alias>;
};
}>> & {
onChange?: ((...args: any[]) => any) | undefined;
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
}, {
modelValue: string | number | Record<string, any> | unknown[];
options: TagSelectOptionsItem[] | TagSelectGroupOptionsItem[];
all: boolean;
multiple: boolean;
}, {}>;
export default _default;