UNPKG

google-component

Version:
11 lines (9 loc) 229 B
var html = require('bel') module.exports = function () { return { render: function () { return html`<div></div>` }, loadPlatform: function () {}, renderLogin: function () {}, renderLogout: function () {} } }