UNPKG

@hhgtech/hhg-components

Version:
8 lines (7 loc) 278 B
import React from 'react'; import { SiteType } from "../../../navigationV2/types"; export type ChartLegendProps = { idealWeight: string; siteType?: SiteType; }; export declare const ChartLegend: ({ idealWeight, siteType }: ChartLegendProps) => React.JSX.Element;