UNPKG

antd-mobile

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