UNPKG

rimmel

Version:

A Stream-Oriented UI library for the Rx.Observable Universe

7 lines 344 B
import type { Sink } from "../types/sink"; type DatasetKey = string; export declare const DatasetSink: Sink<HTMLElement>; export declare const DatasetItemPreSink: (key: DatasetKey) => Sink<HTMLElement>; export declare const DatasetObjectSink: Sink<HTMLElement | SVGElement | MathMLElement>; export {}; //# sourceMappingURL=dataset-sink.d.ts.map