fuc-new/doc/node_modules/@vuepress/plugin-markdown-chart/lib/client/components/ECharts.d.ts
hellcat 6adbc04d4b 1
2025-10-03 17:17:08 +08:00

59 lines
1.2 KiB
TypeScript

import * as vue from 'vue';
import { PropType, VNode } from 'vue';
declare const _default: vue.DefineComponent<vue.ExtractPropTypes<{
/**
* ECharts config
*
* 图表配置
*/
config: {
type: StringConstructor;
required: true;
};
/**
* Chart title
*
* 图表标题
*/
title: StringConstructor;
/**
* Chart config type
*
* 图表配置类型
*/
type: {
type: PropType<"js" | "json">;
default: string;
};
}>, () => (VNode | null)[], {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
/**
* ECharts config
*
* 图表配置
*/
config: {
type: StringConstructor;
required: true;
};
/**
* Chart title
*
* 图表标题
*/
title: StringConstructor;
/**
* Chart config type
*
* 图表配置类型
*/
type: {
type: PropType<"js" | "json">;
default: string;
};
}>> & Readonly<{}>, {
type: "js" | "json";
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
export { _default as default };