UNPKG

@ebay/ui-core-react

Version:

Skin components build off React

5 lines 212 B
import { FC } from "react"; import type { EbayChartLegendProps } from "./types"; declare const EbayChartLegend: FC<EbayChartLegendProps>; export default EbayChartLegend; //# sourceMappingURL=chart-legend.d.ts.map