UNPKG

react-gauge-component

Version:

Gauge component for React

6 lines (5 loc) 328 B
import { Gauge } from "../types/Gauge"; export declare const drawPointer: (gauge: Gauge, resize?: boolean) => void; export declare const translatePointer: (x: number, y: number, gauge: Gauge) => any; export declare const addPointerElement: (gauge: Gauge) => any; export declare const clearPointerElement: (gauge: Gauge) => any;