@ipi-soft/ng-components
Version:
Custom Angular Components
8 lines (7 loc) • 467 B
TypeScript
import * as i0 from "@angular/core";
export declare class IpiExpanderComponent {
isOpen: boolean;
maxHeight: number | null;
static ɵfac: i0.ɵɵFactoryDeclaration<IpiExpanderComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<IpiExpanderComponent, "ipi-expander", never, { "isOpen": { "alias": "isOpen"; "required": false; }; "maxHeight": { "alias": "maxHeight"; "required": false; }; }, {}, never, ["[title]", "[content]"], true, never>;
}