UNPKG

@zag-js/auto-resize

Version:

Autoresize utilities for the web

4 lines (2 loc) 121 B
declare function autoResizeInput(input: HTMLInputElement | null): (() => void) | undefined; export { autoResizeInput };