@empathyco/x-components
Version:
Empathy X Components
7 lines (5 loc) • 319 B
JavaScript
const HISTORY_QUERIES_STORAGE_KEY = 'history-queries';
const SESSION_TIME_STAMP_STORAGE_KEY = 'session-time-stamp';
const HISTORY_QUERIES_ENABLED_KEY = 'history-queries-enabled';
export { HISTORY_QUERIES_ENABLED_KEY, HISTORY_QUERIES_STORAGE_KEY, SESSION_TIME_STAMP_STORAGE_KEY };
//# sourceMappingURL=constants.js.map