UNPKG
react-gapi
Version:
alpha (1.0.0-alpha.6)
latest (1.0.2)
1.0.2
1.0.1
1.0.0
1.0.0-alpha.6
1.0.0-alpha.5
1.0.0-alpha.4
1.0.0-alpha.3
1.0.0-alpha.2
1.0.0-alpha.1
0.1.2
0.1.1
0.1.0
0.0.0
Google API per React hook
github.com/ph-fritsche/react-gapi
ph-fritsche/react-gapi
react-gapi
/
dist
/
cjs
/
GoogleApiContext.js
12 lines
(7 loc)
•
227 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
'use strict'
;
Object
.
defineProperty
(
exports
,
'__esModule'
, {
value
:
true
});
var
React
=
require
(
'react'
);
const
GoogleApiContext
=
React
.
createContext
({
gapi
:
undefined
});
exports
.
GoogleApiContext
=
GoogleApiContext
;