igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
16 lines (15 loc) • 347 B
TypeScript
import { Base, Type } from "./type";
/**
* @hidden
*/
export declare class Capture extends Base {
static $t: Type;
private readonly a;
private readonly c;
private readonly f;
constructor(a: number, b: number, c: string);
get b(): number;
get d(): number;
get g(): string;
toString(): string;
}