UNPKG

vue-launchers

Version:
28 lines (27 loc) 902 B
import { PublicConfigClass } from '../../../../../packages/public'; import { CreateComponentType } from '../../../../../packages/index.d'; import { ComponentInteractEventEnum } from './interact'; export declare const option: { componentInteractEventKey: ComponentInteractEventEnum; inputValue: string; dataset: 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; inputValue: string; dataset: string; }; }