ontimize-web-ngx
Version:
Ontimize Web framework using Angular 15
12 lines (11 loc) • 707 B
TypeScript
import { ElementRef, Injector } from '@angular/core';
import { OContainerCollapsibleComponent } from '../o-container-collapsible-component.class';
import * as i0 from "@angular/core";
export declare class ORowCollapsibleComponent extends OContainerCollapsibleComponent {
protected elRef: ElementRef;
protected injector: Injector;
protected matFormDefaultOption: any;
constructor(elRef: ElementRef, injector: Injector, matFormDefaultOption: any);
static ɵfac: i0.ɵɵFactoryDeclaration<ORowCollapsibleComponent, [null, null, { optional: true; }]>;
static ɵcmp: i0.ɵɵComponentDeclaration<ORowCollapsibleComponent, "o-row-collapsible", never, {}, {}, never, ["*"], false, never>;
}