import { PropertyAccessor } from '@stu-dev/nivo-core'; import { InheritedColorConfig } from '@stu-dev/nivo-colors'; import { ArcLabelComponent } from './ArcLabelsLayer'; import { DatumWithArcAndColor } from '../types'; export interface ArcLabelsProps { arcLabel: PropertyAccessor; arcLabelsRadiusOffset: number; arcLabelsSkipAngle: number; arcLabelsTextColor: InheritedColorConfig; arcLabelsComponent: ArcLabelComponent; } //# sourceMappingURL=props.d.ts.map