UNPKG

@dialpad/dialtone-vue

Version:

Vue component library for Dialpad's design system Dialtone

17 lines (16 loc) 252 B
const E = { BUSY: "busy", AWAY: "away", OFFLINE: "offline", ACTIVE: "active" }, S = [ E.BUSY, E.AWAY, E.OFFLINE, E.ACTIVE ]; export { E as PRESENCE_STATES, S as PRESENCE_STATES_LIST }; //# sourceMappingURL=presence-constants.js.map