UNPKG

t-ui-plus

Version:

Page level components developed based on Element Plus.

20 lines (19 loc) 868 B
import { ComponentOptionsBase, ComponentOptionsMixin, GlobalComponents, GlobalDirectives, ComponentProvideOptions, 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, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, any, string, { id: string; options: Record<string, any>; theme: string; isEmpty: boolean | ((options: Record<string, any>) => boolean); description: string; }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => { $slots: { empty?(_: {}): any; default?(_: {}): any; }; });