UNPKG

react-box-overflow

Version:

Headless UI for automatically collapsing boxes when overflow in React.

8 lines (7 loc) 280 B
/** * @author shunzi <tobyzsj@gmail.com> * @date 2024-03-24 21:46:59 */ import type { BoxOverflowOptions } from 'box-overflow-core'; import { BoxOverflow } from 'box-overflow-core'; export declare function useOverflow(options: BoxOverflowOptions): BoxOverflow;