mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-29 00:51:29 +08:00
Merge pull request #18187 from dooks/patch-1
@types/angular-strap - Missing IModalOptions
This commit is contained in:
5
types/angular-strap/index.d.ts
vendored
5
types/angular-strap/index.d.ts
vendored
@@ -45,9 +45,14 @@ declare namespace mgcrea.ngStrap {
|
||||
template?: string;
|
||||
templateUrl?: string;
|
||||
contentTemplate?: string;
|
||||
prefixClass?: string;
|
||||
prefixEvent?: string;
|
||||
id?: string;
|
||||
scope?: ng.IScope;
|
||||
onBeforeHide?: (modal: IModal) => void;
|
||||
onHide?: (modal: IModal) => void;
|
||||
onBeforeShow?: (modal: IModal) => void;
|
||||
onShow?: (modal: IModal) => void;
|
||||
}
|
||||
|
||||
interface IModalScope extends ng.IScope {
|
||||
|
||||
Reference in New Issue
Block a user