UNPKG

@clerk/clerk-js

Version:
6 lines (5 loc) 162 B
export declare function getPlatform(): string; export declare function useScrollLock(): { enableScrollLock: () => void; disableScrollLock: () => void; };