import '@antv/g'; import type { RuntimeContext } from './runtime/types'; declare module '@antv/g' { interface BaseStyleProps { /** * 图形所在的图层,默认为 'main'。 * * The layer where the shape is located, default is 'main'. */ $layer?: string; } interface DisplayObjectConfig { context?: RuntimeContext; } }