UNPKG

use-flex-wrap

Version:

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

6 lines (5 loc) 156 B
type Callback = () => void; export declare const createObservers: (element: HTMLElement, callback: Callback) => { disconnect: () => void; }; export {};