UNPKG

@dialpad/dialtone

Version:

Dialpad's Dialtone design system monorepo

8 lines 223 B
export namespace PRESENCE_STATES { let BUSY: string; let AWAY: string; let OFFLINE: string; let ACTIVE: string; } export const PRESENCE_STATES_LIST: string[]; //# sourceMappingURL=presence_constants.d.ts.map