UNPKG

@tldraw/editor

Version:

tldraw infinite canvas SDK (editor).

18 lines (17 loc) 299 B
class BindingUtil { constructor(editor) { this.editor = editor; } static props; static migrations; /** * The type of the binding util, which should match the binding's type. * * @public */ static type; } export { BindingUtil }; //# sourceMappingURL=BindingUtil.mjs.map