UNPKG

recharts

Version:
3 lines (2 loc) 192 B
import { AxisDomain, BaseAxisProps } from './types'; export declare function isDomainSpecifiedByUser(domain: AxisDomain, allowDataOverflow: boolean, axisType: BaseAxisProps['type']): boolean;