UNPKG

igniteui-react-core

Version:
12 lines (11 loc) 285 B
import { Base, Type } from "./type"; import { List$1 } from "./List$1"; import { Transaction } from "./Transaction"; /** * @hidden */ export declare class TransactionHistory extends Base { static $t: Type; private a; get transactions(): List$1<Transaction>; }