UNPKG

@dialpad/dialtone

Version:

Dialpad's Dialtone design system monorepo

18 lines (17 loc) 337 B
const PRESENCE_STATES = { BUSY: "busy", AWAY: "away", OFFLINE: "offline", ACTIVE: "active" }; const PRESENCE_STATES_LIST = [ PRESENCE_STATES.BUSY, PRESENCE_STATES.AWAY, PRESENCE_STATES.OFFLINE, PRESENCE_STATES.ACTIVE ]; export { PRESENCE_STATES, PRESENCE_STATES_LIST }; //# sourceMappingURL=presence_constants.js.map