@clerk/shared
Version:
Internal package utils used by the Clerk SDKs
9 lines • 329 B
text/typescript
//#region src/react/hooks/useAttemptToEnableOrganizations.d.ts
/**
* Attempts to enable the organizations environment setting for a given caller
*
* @internal
*/
declare function useAttemptToEnableOrganizations(caller: 'useOrganization' | 'useOrganizationList'): void;
//#endregion
export { useAttemptToEnableOrganizations };