UNPKG

igniteui-react-core

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