UNPKG

web-signature

Version:

Primitive and fast framework for rendering web interfaces

28 lines (27 loc) 355 B
export default class Component { content; options = { generateRefIfNotSpecified: false, }; ref; props = {}; data = {}; onInit() { } ; onRender() { } ; onMount(el) { } ; onContact(...props) { } ; onPropsParsed() { } ; onPropParsed(prop, value) { } ; }