UNPKG

slightning-coco-widget

Version:

SLIGHTNING 的 CoCo 控件框架。

11 lines (10 loc) 237 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;