rimmel
Version:
A Streams-Oriented UI library for the Rx.Observable Universe
11 lines • 527 B
TypeScript
/**
* An Event Operator that emits the value of the underlying <input> element
* @returns EventSource<string>
**/
export declare const eventData: import("rxjs").OperatorFunction<InputEvent, string | null>;
/**
* An Event Adapter that emits the value of the underlying <input> element
* @returns EventSource<string>
**/
export declare const EventData: (target: import("..").RMLTemplateExpressions.TargetEventHandler<string | null>) => import("..").Observer<InputEvent>;
//# sourceMappingURL=event-data.d.ts.map