UNPKG

@leancodepl/kratos

Version:

Headless React components library for building Ory Kratos authentication flows

6 lines 207 B
export declare const usePasskeys: () => { isPending: boolean; removePasskey: (passkeyId: string) => Promise<void>; addNewPasskey: () => Promise<void>; }; //# sourceMappingURL=usePasskeys.d.ts.map