UNPKG

@ebay/ui-core-react

Version:

Skin components build off React

5 lines 202 B
import { FC } from "react"; import type { EbayAreaChartProps } from "./types"; declare const EbayAreaChart: FC<EbayAreaChartProps>; export default EbayAreaChart; //# sourceMappingURL=area-chart.d.ts.map