rimmel
Version:
A Stream-Oriented UI library for the Rx.Observable Universe
4 lines • 316 B
TypeScript
import { Sink } from "../types/sink";
import { RMLTemplateExpressions, SinkBindingConfiguration } from "../types/internal";
export declare const PreSink: <T extends Element>(tag: string, sink: Sink<T>, source: RMLTemplateExpressions.Any, args: any) => SinkBindingConfiguration<T>;
//# sourceMappingURL=index.d.ts.map