UNPKG
google-component
Version:
latest (1.0.1)
1.0.1
1.0.0
Google platform loader
github.com/scriptollc/google-component
scriptollc/google-component
google-component
/
google-platform-node.js
11 lines
(9 loc)
•
229 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
var
html =
require
(
'bel'
)
module
.
exports
=
function
(
) {
return
{
render
:
function
(
) {
return
html`
<
div
>
</
div
>
`
},
loadPlatform
:
function
(
) {},
renderLogin
:
function
(
) {},
renderLogout
:
function
(
) {} } }