UNPKG

rimmel

Version:

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

7 lines 319 B
/** * Get the value of an <input> element matching its type: * boolean, number, date or string, * or innerText if it's any other [contenteditable] element **/ export declare const autoValue: (input: HTMLInputElement | HTMLElement) => string | number | boolean | Date | null; //# sourceMappingURL=auto-value.d.ts.map