UNPKG

zhu-jiang-yi-yuan-mobile

Version:

南方医科大学珠江医院移动端

8 lines (7 loc) 182 B
import { HTMLAttributes } from 'react'; export type GaugeProps = { color?: string; value: number | undefined; valueLabel?: string; } & Pick<HTMLAttributes<any>, 'className'>