@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) • 501 B
TypeScript
import { ElementRef } from '@angular/core';
import { ScrollBehavior } from '../util/scroll-behavior';
import * as i0 from "@angular/core";
export declare class DialogBodyDirective extends ScrollBehavior {
dialog: any;
constructor(_elementRef: ElementRef);
_processBehavior: () => void;
static ɵfac: i0.ɵɵFactoryDeclaration<DialogBodyDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<DialogBodyDirective, "[uDialogBody]", never, {}, {}, never, never, false, never>;
}