UNPKG

igniteui-react-charts

Version:

Ignite UI React charting components for building rich data visualizations using TypeScript APIs.

12 lines (11 loc) 279 B
import { Snapper } from "./Snapper"; import { Type } from "igniteui-react-core"; /** * @hidden */ export declare class LogarithmicNumericSnapper extends Snapper { static $t: Type; constructor(a: number, b: number, c: number, d: number); g: number; h: number; }