UNPKG

react-url-query

Version:

A library for managing state through query parameters in the URL in React. Works well with or without Redux and React Router.

15 lines (13 loc) 289 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var UrlUpdateTypes = { replace: 'replace', replaceIn: 'replaceIn', multiReplaceIn: 'multiReplaceIn', push: 'push', pushIn: 'pushIn', multiPushIn: 'multiPushIn' }; exports.default = UrlUpdateTypes;