UNPKG

zhu-jiang-yi-yuan-bigscreen

Version:

南方医科大学珠江医院大屏端

11 lines (9 loc) 245 B
import { HTMLAttributes } from 'react'; export type OnValueProps = { title?: string; value: number | undefined; /** 是否同比 */ isYearOnYear?: boolean; notPercent?: boolean; } & Pick<HTMLAttributes<any>, 'className' | 'style'>