UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

11 lines (10 loc) 225 B
import { Base, Point, Type } from "./type"; /** * @hidden */ export declare class DataSourceVelocityReading extends Base { static $t: Type; constructor(a: Point, b: number); b: Point; a: number; }