UNPKG

reactant-share

Version:

A framework for building shared web applications with Reactant

8 lines 239 B
type LockName = string; type LockCallBack = (lock: { name: string; mode: 'exclusive'; }) => Promise<void>; export declare const useLock: (name: LockName, callback: LockCallBack) => any; export {}; //# sourceMappingURL=lock.d.ts.map