UNPKG

web-signature

Version:

Primitive and fast framework for rendering web interfaces

9 lines (8 loc) 165 B
export default class Ref { element; instance; constructor(instance, element) { this.instance = instance; this.element = element; } }