treemap.d.ts 202 B

1234
  1. import { CompositionComponent as CC } from '../runtime';
  2. import { TreemapMark } from '../spec';
  3. export type TreemapOptions = Omit<TreemapMark, 'type'>;
  4. export declare const Treemap: CC<TreemapOptions>;