UNPKG

@surface/custom-element

Version:

Provides support of directives and data binding on custom elements.

4 lines (3 loc) 239 B
import type { Subscription } from "@surface/core"; import type ObservablePath from "./types/observable-path"; export default function bind(left: object, leftPath: ObservablePath, right: object, rightPath: ObservablePath): Subscription;