rimmel
Version:
A Stream-Oriented UI library for the Rx.Observable Universe
11 lines • 512 B
TypeScript
import type { ExplicitSink, Sink } from "../types/sink";
export declare const APPEND_HTML_SINK_TAG = "appendHTML";
export declare const AppendHTMLSink: Sink<Element>;
/**
* A specialised sink to append HTML to the end of an element
* @param source A present or future HTML string
* @returns RMLTemplateExpression An HTML-subtree or RML template expression
* @example <div>${AppendHTML(stream)}</div>
*/
export declare const AppendHTML: ExplicitSink<'content'>;
//# sourceMappingURL=append-html-sink.d.ts.map