UNPKG

116 BTypeScriptView Raw
1export declare class ModalBackdropOptions {
2 animate: boolean;
3 constructor(options: ModalBackdropOptions);
4}