UNPKG

use-truncate-from-middle

Version:

React hook which dynamically calculates the maximum number of characters that fit into an HTML element and truncates the text from middle with given middle chars.

4 lines (3 loc) 146 B
import { Target } from '../getTargetElement'; declare const useTextWidth: (target: Target) => number | undefined; export default useTextWidth;