UNPKG

rimmel

Version:

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

12 lines 638 B
import type { BindingConfiguration, SourceBindingConfiguration } from "./types/internal"; import type { RMLEventName } from "./types/dom"; import type { Subscription } from "./types/futures"; export declare const waitingElementHanlders: Map<string, BindingConfiguration[]>; export declare const delegatedEventHandlers: WeakMap<Element, SourceBindingConfiguration<RMLEventName>[]>; export declare const subscriptions: Map<Node, Subscription[]>; export declare const delegatedEvents: Set<unknown>; export declare const state: { refCount: number; }; export declare const newRef: () => string; //# sourceMappingURL=internal-state.d.ts.map