UNPKG

@daiso-tech/core

Version:

The library offers flexible, framework-agnostic solutions for modern web applications, built on adaptable components that integrate seamlessly with popular frameworks like Next Js.

19 lines 467 B
/** * @module Lock */ /** * * IMPORT_PATH: `"@daiso-tech/core/lock/contracts"` * @group Events */ export const LOCK_EVENTS = { ACQUIRED: "ACQUIRED", RELEASED: "RELEASED", UNOWNED_RELEASE_TRY: "UNOWNED_RELEASE_TRY", UNOWNED_REFRESH_TRY: "UNOWNED_REFRESH_TRY", NOT_AVAILABLE: "NOT_AVAILABLE", FORCE_RELEASED: "FORCE_RELEASED", REFRESHED: "REFRESHED", UNEXPECTED_ERROR: "UNEXPECTED_ERROR", }; //# sourceMappingURL=lock.events.js.map