UNPKG

react-wb-imageviewer

Version:

Images viewer is a react component use in mobile website App, that function same as Weibo native viewer.

8 lines (7 loc) 223 B
import { Dispatch, SetStateAction } from 'react'; /** * 防止滚动穿透 * * @param visibility */ export declare function useRollingPenetration(visibility: boolean): [string, Dispatch<SetStateAction<string>>];