UNPKG

@surface/custom-element

Version:

Provides support of directives and data binding on custom elements.

5 lines (4 loc) 274 B
import type Expression from "../types/expression"; import type Factory from "../types/fatctory"; import type ObservablePath from "../types/observable-path"; export default function textNodeFactory(expression: Expression<string>, observables: ObservablePath[]): Factory;