UNPKG

@gluestack-ui/core

Version:

Universal UI components for React Native, Expo, and Next.js

6 lines 200 B
interface PreventScrollOptions { isDisabled?: boolean; } export declare const usePreventScroll: (_options?: PreventScrollOptions) => void; export {}; //# sourceMappingURL=usePreventScroll.d.ts.map