UNPKG

horojs

Version:

A micro library for a reactive UI application.

8 lines (7 loc) 271 B
import { DynamicInsertion, Unsubscriber } from "./insertion"; interface InsertionAddress { start: Node; end: Node; } declare function injectDynamicValue(socket: Comment, insertion: DynamicInsertion): Unsubscriber; export { InsertionAddress, injectDynamicValue };