UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

8 lines (7 loc) 284 B
import { CompositionComponent as CC } from '../runtime'; import { SpaceLayerComposition } from '../spec'; export type SpaceLayerOptions = Omit<SpaceLayerComposition, 'type'>; /** * @todo Propagate more options to children. */ export declare const SpaceLayer: CC<SpaceLayerOptions>;