UNPKG

ideaz-element

Version:

<p align="center"> <a href="" target="_blank" rel="noopener noreferrer"> <img src="./docs/public/logo.svg" alt="Ideaz Element" width="180" style="width: 180px;" /> </a> </p>

8 lines (7 loc) 181 B
export declare function useInputMethods(): { focus: () => Promise<void>; blur: () => void; select: () => void; clear: () => void; resizeTextarea: () => void; };