UNPKG

ar-design

Version:

AR Design is a (react | nextjs) ui library.

8 lines (7 loc) 168 B
import { PieChartDataType } from "../../../libs/types"; interface IProps { title: string; data: PieChartDataType[]; size?: number; } export default IProps;