UNPKG

@clerk/clerk-js

Version:
5 lines (4 loc) 402 B
import type { CreateEnterpriseSSOLinkFlowReturn, EmailAddressResource, StartEnterpriseSSOLinkFlowParams } from '@clerk/types'; type EnterpriseSSOLinkEmailAddressReturn = CreateEnterpriseSSOLinkFlowReturn<StartEnterpriseSSOLinkFlowParams, EmailAddressResource>; declare function useEnterpriseSSOLink(resource: EmailAddressResource): EnterpriseSSOLinkEmailAddressReturn; export { useEnterpriseSSOLink };