label.d.ts 238 B

1234567
  1. import { ShapeComponent as SC } from '../../runtime';
  2. export type LabelOptions = Record<string, any>;
  3. /**
  4. * Render normal label for each mark.
  5. * @todo Support position option: middle...
  6. */
  7. export declare const Label: SC<LabelOptions>;