UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

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>; }