UNPKG

@surface/custom-element

Version:

Provides support of directives and data binding on custom elements.

5 lines (3 loc) 111 B
import type Activator from "./activator"; type Factory = () => [Node, Activator]; export default Factory;