rimmel
Version:
A Stream-Oriented UI library for the Rx.Observable Universe
6 lines • 302 B
TypeScript
import { MaybeFuture } from '../types/futures';
/**
* A generic sink for anything that can be sinked to an Element
**/
export declare const AnySink: <T extends HTMLElement | SVGElement | MathMLElement>(node: T, sinkType: string, v: MaybeFuture<unknown>) => void;
//# sourceMappingURL=any-sink.d.ts.map