density.d.ts 195 B

1234
  1. import { MarkComponent as MC } from '../runtime';
  2. import { DensityMark } from '../spec';
  3. export type DensityOptions = Omit<DensityMark, 'type'>;
  4. export declare const Density: MC<DensityOptions>;