UNPKG

rimmel

Version:

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

5 lines 299 B
import { type RMLTemplateExpression } from '../types/internal'; import type { HTMLString } from '../types/dom'; import { Observable } from 'rxjs'; export declare const rml: (strings: TemplateStringsArray, ...args: RMLTemplateExpression[]) => Observable<HTMLString>; //# sourceMappingURL=ssr.d.ts.map