UNPKG

swiper

Version:

Most modern mobile touch slider and framework with hardware accelerated transitions

3 lines (2 loc) 172 B
import { type DependencyList, type EffectCallback } from 'react'; export declare function useIsomorphicLayoutEffect(callback: EffectCallback, deps?: DependencyList): void;