pyramid.d.ts 259 B

123456
  1. import { ShapeComponent as SC } from '../../runtime';
  2. export type PyramidOptions = Record<string, any>;
  3. /**
  4. * Render pyramid in different coordinate and using color channel for stroke and fill attribute.
  5. */
  6. export declare const Pyramid: SC<PyramidOptions>;