@surface/custom-element
Version:
Provides support of directives and data binding on custom elements.
5 lines (4 loc) • 339 B
TypeScript
import type Expression from "../types/expression";
import type Factory from "../types/fatctory";
import type ObservablePath from "../types/observable-path";
export default function placeholderFactory(key: Expression<string>, value: Expression, observables: [key: ObservablePath[], value: ObservablePath[]], factory: Factory): Factory;