mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-27 00:15:09 +08:00
13 lines
348 B
TypeScript
13 lines
348 B
TypeScript
// Type definitions for Microsoft.Maps.Themes 7.0
|
|
// Project: http://msdn.microsoft.com/en-us/library/hh868061.aspx
|
|
// Definitions by: Eric Todd <https://github.com/ericrtodd>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
declare namespace Microsoft.Maps.Themes {
|
|
|
|
export class BingTheme {
|
|
constructor();
|
|
}
|
|
|
|
}
|