UNPKG

marko-widgets

Version:

Module to support binding of behavior to rendered UI components rendered on the server or client

7 lines (6 loc) 169 B
module.exports = require('marko-widgets').defineComponent({ template: require('./template.marko'), init: function() { window.fooWidget = this; } });