UNPKG

rumble-charts

Version:

Truly declarative React charts components

3 lines (2 loc) 189 B
import type { Coords, Position } from '../types'; export declare function getCoords(position: Position, layerWidth?: number, layerHeight?: number, width?: number, height?: number): Coords;