UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

12 lines (11 loc) 317 B
import { Base, Type } from "./type"; import { UIElementPropertyId } from "./UIElementPropertyId"; /** * @hidden */ export declare abstract class UIElementPropertyAccessor extends Base { static $t: Type; a: UIElementPropertyId; abstract c(a: any, b: any): void; abstract b(a: any): any; }