@surface/custom-element
Version:
Provides support of directives and data binding on custom elements.
6 lines (5 loc) • 362 B
TypeScript
import type Expression from "../types/expression";
import type Factory from "../types/fatctory";
import type ObservablePath from "../types/observable-path";
import type Pattern from "../types/pattern.js";
export default function loopFactory(left: Pattern, operator: "in" | "of", right: Expression, observables: ObservablePath[], factory: Factory): Factory;