UNPKG

@clerk/shared

Version:

Internal package utils used by the Clerk SDKs

5 lines 253 B
import { OrganizationResource } from "../../../types/organization.mjs"; //#region src/react/hooks/base/useOrganizationBase.d.ts declare function useOrganizationBase(): OrganizationResource | null | undefined; //#endregion export { useOrganizationBase };