UNPKG

@visx/xychart

Version:

Composable cartesian coordinate chart built with visx primitives

4 lines 311 B
/// <reference types="react" /> import { GlyphProps } from '../../../types'; export default function defaultRenderGlyph<Datum extends object>({ key, color, x, y, size, onBlur, onFocus, onPointerMove, onPointerOut, onPointerUp, }: GlyphProps<Datum>): JSX.Element; //# sourceMappingURL=defaultRenderGlyph.d.ts.map