UNPKG

@furo/fbp

Version:

Declarative programming with web-components.

6 lines 238 B
// empty fbp element handler to have fbp scope import { FBP } from './fbp.js'; export class EmptyFBPNode extends FBP(HTMLElement) { } window.customElements.define('empty-fbp-node', EmptyFBPNode); //# sourceMappingURL=empty-fbp-node.js.map