UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

16 lines (15 loc) 338 B
import { Base, Type } from "./type"; /** * @hidden */ export declare class WeakReference extends Base { static $t: Type; private b; constructor(a: any); protected get_a(): boolean; get a(): boolean; protected get_c(): any; protected set_c(a: any): void; get c(): any; set c(a: any); }