/** * Viz-engine builders, types, and the plugin compile surface for the `@graphysdk/react` entry. * The render half (`defineGeomRenderer`, `createGraphyKit`, `UnitSpaceSvg`) is re-exported from * `@graphysdk/react-renderer` by the package index, so a custom geom can be authored from one import. */ export type { AnchorContext, AnchorPosition, ColorScheme, Data, GeomCompileResult, GeomCompilerInput, GeomStyleReaders, HoverHit, Observation, ResolvedSpec, Scene, SceneLayer, Spec, } from '@graphysdk/viz-engine'; export { annotation, config, coord, createSpec, createStyleResolver, Dataset, Geom, geom, getAlpha, getAngleExtent, getBarRectBounds, getColor, getGroup, getLineType, getRadiusExtent, getScaledAesthetic, getSize, getStrokeWidth, getTileRectBounds, getX, getXMax, getXMin, getY, getYMax, getYMin, getYRaw, GROUP_VARIABLES, highlight, mapping, pipe, POSITION_VARIABLES, scale, stat, style, styles, token, toPercent, toViewBoxX, toViewBoxY, transform, VISUAL_VARIABLES, } from '@graphysdk/viz-engine';