3 lines
146 B
TypeScript
3 lines
146 B
TypeScript
import { type MutableRefObject } from 'react';
|
|
export declare function useTextValue(element: MutableRefObject<HTMLElement | null>): () => string;
|