mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Fixed import.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/// <reference path="google-maps.d.ts" />
|
||||
|
||||
var GoogleMapsLoader = require('google-maps');
|
||||
import GoogleMapsLoader = require('google-maps');
|
||||
|
||||
GoogleMapsLoader.load(function(google) {
|
||||
new google.maps.Map(el, options);
|
||||
|
||||
Reference in New Issue
Block a user