UNPKG

zhu-jiang-yi-yuan-mobile

Version:

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

11 lines (10 loc) 194 B
import { HTMLAttributes } from 'react'; export type DonutProps = { title: string; data: Array<any>; axis: { x: string; y: string; }; } & Pick<HTMLAttributes<any>, 'className'>