@wocwin/t-ui-plus
Version:
Page level components developed based on Element Plus.
134 lines (133 loc) • 3.69 kB
TypeScript
import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
export * from './src/type';
export declare const TButton: {
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
time: {
type: PropType<number>;
default: number;
};
placement: {
type: PropType<string>;
default: string;
};
tip: {
type: PropType<string>;
default: string;
};
tipProps: {
type: PropType<Record<string, any>>;
default: () => {};
};
isDebounce: {
type: PropType<boolean>;
default: boolean;
};
}>> & {
onClick?: ((...args: any[]) => any) | undefined;
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
click: (...args: any[]) => void;
}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
time: {
type: PropType<number>;
default: number;
};
placement: {
type: PropType<string>;
default: string;
};
tip: {
type: PropType<string>;
default: string;
};
tipProps: {
type: PropType<Record<string, any>>;
default: () => {};
};
isDebounce: {
type: PropType<boolean>;
default: boolean;
};
}>> & {
onClick?: ((...args: any[]) => any) | undefined;
}, {
time: number;
placement: string;
tip: string;
tipProps: Record<string, any>;
isDebounce: boolean;
}, true, {}, {}, {
P: {};
B: {};
D: {};
C: {};
M: {};
Defaults: {};
}, Readonly< ExtractPropTypes<{
time: {
type: PropType<number>;
default: number;
};
placement: {
type: PropType<string>;
default: string;
};
tip: {
type: PropType<string>;
default: string;
};
tipProps: {
type: PropType<Record<string, any>>;
default: () => {};
};
isDebounce: {
type: PropType<boolean>;
default: boolean;
};
}>> & {
onClick?: ((...args: any[]) => any) | undefined;
}, {}, {}, {}, {}, {
time: number;
placement: string;
tip: string;
tipProps: Record<string, any>;
isDebounce: boolean;
}>;
__isFragment?: never;
__isTeleport?: never;
__isSuspense?: never;
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
time: {
type: PropType<number>;
default: number;
};
placement: {
type: PropType<string>;
default: string;
};
tip: {
type: PropType<string>;
default: string;
};
tipProps: {
type: PropType<Record<string, any>>;
default: () => {};
};
isDebounce: {
type: PropType<boolean>;
default: boolean;
};
}>> & {
onClick?: ((...args: any[]) => any) | undefined;
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
click: (...args: any[]) => void;
}, string, {
time: number;
placement: string;
tip: string;
tipProps: Record<string, any>;
isDebounce: boolean;
}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
$slots: {
default?(_: {}): any;
};
});