UNPKG

igniteui-react-core

Version:
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 i; get open(): boolean; set open(a: boolean); private h; get disabled(): boolean; set disabled(a: boolean); private n; get indicatorPosition(): string; set indicatorPosition(a: string); private p; get openingRef(): string; set openingRef(a: string); private o; get openedRef(): string; set openedRef(a: string); private m; get closingRef(): string; set closingRef(a: string); private l; get closedRef(): string; set closedRef(a: string); }