UNPKG

@sofaws/dapp-core

Version:

A library to hold the main logic for a dapp on the Elrond Network

6 lines 220 B
export interface IdleTimerType { minutes?: number; onLogout?: (props?: any) => void; } export declare const useIdleTimer: ({ minutes, onLogout }: IdleTimerType) => void; //# sourceMappingURL=useIdleTimer.d.ts.map