Repository URL to install this package:
Version:
0.9.6 ▾
|
ui-component-library
/
globals.d.ts
|
---|
/**
* @tutorial https://basarat.gitbooks.io/typescript/docs/project/globals.html
* @example https://www.typescriptlang.org/docs/handbook/declaration-files/by-example.html
* @api https://www.typescriptlang.org/docs/handbook/declaration-files/templates/global-d-ts.html
*/
export * from './typings/react.d'
export * from './typings/google.d'
import GoogleMaps from './typings/google'
// or declare
window.GoogleMaps = GoogleMaps
window.googleMapNode = any
window.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED__ = never