rimmel
Version:
A Stream-Oriented UI library for the Rx.Observable Universe
8 lines • 347 B
TypeScript
export declare const Rimmel_Bind_Subtree: (node: Element) => void;
export declare const removeListeners: (node: Element) => void;
/**
* Main callback triggered when an element is added to the DOM
* Here is where we start the data binding process
*/
export declare const Rimmel_Mount: MutationCallback;
//# sourceMappingURL=data-binding.d.ts.map