@wocwin/t-ui-plus
Version:
Page level components developed based on Element Plus.
20 lines (19 loc) • 743 B
TypeScript
import { ComponentOptionsBase, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps } from 'vue';
export * from './src/type';
export declare const TChart: {
new (...args: any[]): any;
__isFragment?: never;
__isTeleport?: never;
__isSuspense?: never;
} & ComponentOptionsBase<any, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, {
id: string;
options: Record<string, any>;
theme: string;
isEmpty: boolean | ((options: Record<string, any>) => boolean);
description: string;
}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
$slots: {
empty?(_: {}): any;
default?(_: {}): any;
};
});