UNPKG

@slashid/react

Version:

React SDK for the /id platform

13 lines 370 B
export interface StoreRecoveryCodesState { status: "storeRecoveryCodes"; context: { recoveryCodes: string[]; }; confirm: () => void; } type Props = { flowState: StoreRecoveryCodesState; }; export declare function StoreRecoveryCodes({ flowState }: Props): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=index.d.ts.map