vue-launchers
Version:
36 lines (35 loc) • 1.05 kB
TypeScript
import { PublicConfigClass } from '../../../../../packages/public';
import { CreateComponentType } from '../../../../../packages/index.d';
import { ComponentInteractEventEnum } from './interact';
export declare const option: {
componentInteractEventKey: ComponentInteractEventEnum;
tabLabel: string;
tabType: string;
dataset: {
label: string;
value: string;
}[];
};
export default class Config extends PublicConfigClass implements CreateComponentType {
key: string;
attr: {
w: number;
h: number;
zIndex: number;
x: number;
y: number;
offsetX: number;
offsetY: number;
};
chartConfig: import('../../../../../packages/index.d').ConfigType;
interactActions: import('../../../../../enums/eventEnum').InteractActionsType[];
option: {
componentInteractEventKey: ComponentInteractEventEnum;
tabLabel: string;
tabType: string;
dataset: {
label: string;
value: string;
}[];
};
}