UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

7 lines (6 loc) 218 B
import { ShapeComponent as SC } from '../../runtime'; export type CubeOptions = Record<string, any>; /** * @see https://g.antv.antgroup.com/api/3d/geometry#cubegeometry */ export declare const Cube: SC<CubeOptions>;