UNPKG

use-flex-wrap

Version:

<div align='center'> <a> <img width='200' src="logo.jpeg" alt='logo'> </a> </div>

8 lines (7 loc) 260 B
import { IUseFlexWrapOptions } from './types.ts'; export declare const useFlexWrap: <T extends HTMLElement>(userOptions?: IUseFlexWrapOptions) => { ref: import('react').RefObject<T>; wrap: boolean; wrapStage: number; detectWrap: () => void; };