@echarts-component/vue
Version:
Echarts component for Vue
32 lines (31 loc) • 1.03 kB
TypeScript
import { TextCommonOption } from './type';
import { TextType } from '../../../types/text';
declare const _default: import('vue').DefineComponent<(TextCommonOption & {
show?: boolean;
} & {
prop: TextType;
}) | (import('echarts/types/dist/shared').AxisNameTextStyleOption & {
show?: boolean;
} & {
prop: TextType;
}) | (import('echarts/types/dist/shared').LabelOption & {
show?: boolean;
} & {
prop: TextType;
}), {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<(TextCommonOption & {
show?: boolean;
} & {
prop: TextType;
}) | (import('echarts/types/dist/shared').AxisNameTextStyleOption & {
show?: boolean;
} & {
prop: TextType;
}) | (import('echarts/types/dist/shared').LabelOption & {
show?: boolean;
} & {
prop: TextType;
})> & Readonly<{}>, {
show: boolean;
prop: TextType;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
export default _default;