UNPKG

@slashid/react

Version:

React SDK for the /id platform

8 lines 299 B
import { Factor } from "@slashid/slashid"; export declare const STORAGE_LAST_FACTOR_KEY: (oid: string) => string; type UseLastFactorValue = { lastFactor: Factor | undefined; }; export declare const useLastFactor: () => UseLastFactorValue; export {}; //# sourceMappingURL=use-last-factor.d.ts.map