UNPKG

marko-widgets

Version:

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

4 lines 96 B
exports.Widget = function(config) { this.type = 'app-hello'; this.name = config.name; };