mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
angular-ui-router: Can't export a string literal (#19839)
This commit is contained in:
3
types/angular-ui-router/index.d.ts
vendored
3
types/angular-ui-router/index.d.ts
vendored
@@ -8,7 +8,8 @@
|
||||
|
||||
import * as angular from 'angular';
|
||||
|
||||
export default "ui.router";
|
||||
declare const exportedString: "ui.router";
|
||||
export default exportedString;
|
||||
|
||||
export type IState = angular.ui.IState;
|
||||
export type IStateProvider = angular.ui.IStateProvider;
|
||||
|
||||
Reference in New Issue
Block a user