Repository URL to install this package:
|
Version:
2.1.0 ▾
|
import { createLocalState } from './store';
import initialState from './initialState';
export default (props = {}) => {
createLocalState({ ...initialState, ...props });
};