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