Some checks are pending
Deploy Volleyball CMS / deploy (push) Waiting to run
3 lines
146 B
TypeScript
3 lines
146 B
TypeScript
import { type MutableRefObject } from 'react';
|
|
export declare function useTextValue(element: MutableRefObject<HTMLElement | null>): () => string;
|