@universal-material/angular
Version:
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.1.0.
11 lines (10 loc) • 492 B
TypeScript
import { ElementRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class CollapseComponent {
private readonly _elementRef;
show: boolean;
get maxHeight(): string;
constructor(_elementRef: ElementRef);
static ɵfac: i0.ɵɵFactoryDeclaration<CollapseComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<CollapseComponent, "u-collapse", never, { "show": { "alias": "show"; "required": false; }; }, {}, never, ["*"], false, never>;
}