UNPKG

vue-box-overflow

Version:

Headless UI for automatically collapsing boxes when overflow in Vue.

8 lines (7 loc) 306 B
/** * @author shunzi <tobyzsj@gmail.com> * @date 2024-04-01 13:36:40 */ import type { BoxOverflowOptions } from 'box-overflow-core'; import { BoxOverflow } from 'box-overflow-core'; export declare function useOverflow(options: BoxOverflowOptions): import("vue").ShallowRef<BoxOverflow>;