@metadev/lux
Version:
Lux: Library with User Interface components for Angular.
15 lines (14 loc) • 458 B
TypeScript
import * as i0 from "@angular/core";
export interface LuxModalOptions {
ariaDescribedBy?: string;
ariaLabelledBy?: string;
backdrop?: boolean;
keyboard?: boolean;
windowClass?: string;
backdropClass?: string;
}
export declare class LuxModalConfig implements LuxModalOptions {
backdrop: boolean;
static ɵfac: i0.ɵɵFactoryDeclaration<LuxModalConfig, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<LuxModalConfig>;
}