UNPKG

@gpa-gemstone/react-graph

Version:
8 lines (7 loc) 213 B
import * as React from 'react'; interface IProps { OnClick?: (e: React.MouseEvent<HTMLDivElement>) => void; Label: string; } declare const LegendEntry: (props: IProps) => null; export default LegendEntry;