UNPKG

rimmel

Version:

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

4 lines 219 B
import type { ExplicitSink, Sink } from "../types/sink"; export declare const SanitizeSink: Sink<HTMLElement>; export declare const Sanitize: ExplicitSink<'textcontent'>; //# sourceMappingURL=sanitize-html-sink.d.ts.map