UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

33 lines (32 loc) 829 B
import { Description } from "./Description"; import { Type } from "./type"; /** * @hidden */ export declare class WebExpansionPanelDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private l; get open(): boolean; set open(a: boolean); private k; get disabled(): boolean; set disabled(a: boolean); private q; get indicatorPosition(): string; set indicatorPosition(a: string); private s; get openingRef(): string; set openingRef(a: string); private r; get openedRef(): string; set openedRef(a: string); private p; get closingRef(): string; set closingRef(a: string); private o; get closedRef(): string; set closedRef(a: string); }