UNPKG

jslib-nightly

Version:

SheerID JavaScript Library

9 lines (8 loc) 249 B
import { VerificationStore } from '../types/types'; export declare const getStore: () => VerificationStore; export declare const resetStore: () => { type: "RESET_STATE"; }; export declare const refreshStore: () => { type: "FORCE_UPDATE"; };