@empathyco/x-components
Version:
Empathy X Components
19 lines (17 loc) • 376 B
JavaScript
/**
* The initial state of the Url store module. This is exported and used in other parts of the code
* to use as default values for {@link UrlState}.
*
* @internal
*/
const initialUrlState = {
query: '',
page: 1,
filter: [],
sort: '',
scroll: '',
tag: [],
prompt: -1,
};
export { initialUrlState };
//# sourceMappingURL=initial-state.js.map