diff --git a/dist/index.d.ts b/dist/index.d.ts index e5947b9..218e6e7 100644 --- a/dist/index.d.ts +++ b/dist/index.d.ts @@ -7,6 +7,12 @@ declare module 'redux-localstorage-simple' { namespace?: string; debounce?: number; } + interface LoadOptions { + states?: string[]; + namespace?: string; + immutablejs?: boolean; + preloadedState?: {}; + } export function save(options?:RLSOptions):Middleware - export function load():object + export function load(options?:LoadOptions):object } \ No newline at end of file