@skyux/modals
Version:
This library was generated with [Nx](https://nx.dev).
30 lines (29 loc) • 610 B
TypeScript
import * as i0 from "@angular/core";
/**
* @internal
*/
export declare class SkyModalConfiguration {
fullPage?: boolean;
size?: string;
/**
* @deprecated
*/
ariaDescribedBy?: string;
/**
* @deprecated
*/
ariaLabelledBy?: string;
ariaRole?: string;
/**
* @deprecated
*/
tiledBody?: boolean;
/**
* @deprecated
*/
helpKey?: string;
wrapperClass?: string;
constructor();
static ɵfac: i0.ɵɵFactoryDeclaration<SkyModalConfiguration, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<SkyModalConfiguration>;
}