UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

21 lines (20 loc) 495 B
import { Description } from "./Description"; import { Type } from "./type"; /** * @hidden */ export declare class WebBannerDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private h; get open(): boolean; set open(a: boolean); private k; get closingRef(): string; set closingRef(a: string); private j; get closedRef(): string; set closedRef(a: string); }