UNPKG

marko-widgets

Version:

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

11 lines (7 loc) 115 B
function Widget() { } Widget.prototype = { render: function(input, out) { } }; module.exports = Widget;