Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
ui-component-library / globals.d.ts
Size: Mime:
/**
 * @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