UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

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