lazy-components
Version:
一个基于Vue3和Vite的配置型快速开发组件库
136 lines (135 loc) • 2.85 kB
TypeScript
import { isType } from '../index';
declare const _default: import('vue').DefineComponent<{
value: {
default: string;
};
isTag: {
default: boolean;
type: BooleanConstructor;
};
closable: {
default: boolean;
type: BooleanConstructor;
};
hit: {
default: boolean;
type: BooleanConstructor;
};
type: {
default: string;
type: StringConstructor;
};
color: {
default: string;
type: StringConstructor;
};
size: {
default: string;
type: StringConstructor;
};
effect: {
default: string;
type: StringConstructor;
};
data: {
type: ArrayConstructor;
default: () => never[];
};
prop: {
type: StringConstructor;
default: string;
};
limit: {
type: NumberConstructor;
default: number;
};
scope: {
default: () => void;
type: ObjectConstructor;
};
dict: {
type: ObjectConstructor;
default: () => void;
};
hasPermi: {
type: ArrayConstructor;
default: never[];
};
}, any, {
isType: typeof isType;
permi_visible: boolean;
}, {
after_deal_value(): any;
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
value: {
default: string;
};
isTag: {
default: boolean;
type: BooleanConstructor;
};
closable: {
default: boolean;
type: BooleanConstructor;
};
hit: {
default: boolean;
type: BooleanConstructor;
};
type: {
default: string;
type: StringConstructor;
};
color: {
default: string;
type: StringConstructor;
};
size: {
default: string;
type: StringConstructor;
};
effect: {
default: string;
type: StringConstructor;
};
data: {
type: ArrayConstructor;
default: () => never[];
};
prop: {
type: StringConstructor;
default: string;
};
limit: {
type: NumberConstructor;
default: number;
};
scope: {
default: () => void;
type: ObjectConstructor;
};
dict: {
type: ObjectConstructor;
default: () => void;
};
hasPermi: {
type: ArrayConstructor;
default: never[];
};
}>>, {
data: unknown[];
prop: string;
type: string;
scope: Record<string, any>;
hasPermi: unknown[];
size: string;
value: string;
limit: number;
effect: string;
color: string;
isTag: boolean;
closable: boolean;
hit: boolean;
dict: Record<string, any>;
}, {}>;
export default _default;