UNPKG

aau-auth-kit-ui

Version:

Plug & play shadcn/ui components for aau-auth-kit with Next.js integration

14 lines (11 loc) 239 B
import { useSyncExternalStore } from "react" function subscribe() { return () => {} } export function useIsHydrated() { return useSyncExternalStore( subscribe, () => true, () => false ) }