UNPKG

recharts

Version:
4 lines (3 loc) 205 B
import { Props as CartesianAxisProps } from './CartesianAxis'; export type Sign = 0 | 1 | -1; export declare function getTicks(props: CartesianAxisProps, fontSize?: string, letterSpacing?: string): any[];