vue-launchers
Version:
9 lines (8 loc) • 367 B
TypeScript
import { PublicConfigClass } from '../../../../../packages/public';
import { CreateComponentType } from '../../../../../packages/index.d';
export declare const option: any;
export default class Config extends PublicConfigClass implements CreateComponentType {
key: string;
chartConfig: import('../../../../../packages/index.d').ConfigType;
option: any;
}