UNPKG

@gooddata/react-components

Version:

GoodData.UI - A powerful JavaScript library for building analytical applications

9 lines (8 loc) 261 B
/// <reference types="react" /> export interface IPushpinSizeLegendProps { format: string; numericSymbols: string[]; sizes: number[]; measureName: string; } export default function PushpinSizeLegend(props: IPushpinSizeLegendProps): JSX.Element;