UNPKG

@leancodepl/kratos

Version:

Headless React components library for building Ory Kratos authentication flows

6 lines (5 loc) 166 B
export declare const usePasskeys: () => { isPending: boolean; removePasskey: (passkeyId: string) => Promise<void>; addNewPasskey: () => Promise<void>; };