UNPKG

@neuctra/ui

Version:

A modern, responsive, customizable React UI component library powered by Tailwind CSS and Vite.

3 lines (2 loc) 112 B
/** Locks body scroll while `active` is true. */ export declare const useScrollLock: (active: boolean) => void;