mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-07 13:15:59 +08:00
13 lines
421 B
TypeScript
13 lines
421 B
TypeScript
// Type definitions for angular-ui-uib-modal 0.11+ (ui.router module)
|
|
// Project: https://github.com/nonplus/angular-ui-router-uib-modal
|
|
// Definitions by: Stepan Riha <https://github.com/nonplus>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
/// <reference path="../angular-ui-router/angular-ui-router.d.ts" />
|
|
|
|
declare namespace angular.ui {
|
|
interface IState {
|
|
modal?: boolean | string[];
|
|
}
|
|
}
|