UNPKG

@surface/custom-element

Version:

Provides support of directives and data binding on custom elements.

4 lines (3 loc) 191 B
import type BranchStatement from "../types/branch-statement"; import type Factory from "../types/fatctory.js"; export default function choiceFactory(branches: BranchStatement[]): Factory;