UNPKG

antd-mobile

Version:

<img src="https://gw.alipayobjects.com/mdn/rms_ee68a8/afts/img/A*hjjDS5Yy-ooAAAAAAAAAAAAAARQnAQ" alt="logo" width="100%" />

11 lines (10 loc) 222 B
import { FC } from 'react'; declare type TicksProps = { points: number[]; max: number; min: number; upperBound: number; lowerBound: number; }; declare const Ticks: FC<TicksProps>; export default Ticks;