package.dist.index.d.ts Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of auto-resize Show documentation
Show all versions of auto-resize Show documentation
Autoresize utilities for the web
The newest version!
declare function autoResizeInput(input: HTMLInputElement | null): (() => void) | undefined;
declare const autoresizeTextarea: (el: HTMLTextAreaElement | null) => (() => void) | undefined;
export { autoResizeInput, autoresizeTextarea };
© 2015 - 2025 Weber Informatics LLC | Privacy Policy