UNPKG

ontimize-web-ngx

Version:
12 lines (11 loc) 628 B
import { ElementRef, Injector } from '@angular/core'; import { OContainerComponent } from '../o-container-component.class'; import * as i0 from "@angular/core"; export declare class ORowComponent extends OContainerComponent { protected elRef: ElementRef; protected injector: Injector; protected matFormDefaultOption: any; constructor(elRef: ElementRef, injector: Injector, matFormDefaultOption: any); static ɵfac: i0.ɵɵFactoryDeclaration<ORowComponent, [null, null, { optional: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<ORowComponent, "o-row", never, {}, {}, never, ["*"], false, never>; }