UNPKG

@sheerid/jslib-nightly

Version:

SheerID JavaScript Library

7 lines (6 loc) 224 B
import { VerificationStore } from '../types/types'; export declare const getStore: () => VerificationStore; export declare const resetStore: () => { type: "RESET_STATE"; }; export declare const refreshStore: () => void;