import type { ILayer, ILayerPlugin } from '@ramap/ra-core'; /** * 更新图层样式,初始图层相关配置 */ export default class LayerStylePlugin implements ILayerPlugin { apply(layer: ILayer): void; }