UNPKG

react-web-native-sketch

Version:

[TODO: We need an overview of how this can be used via npm vs as a local package]

11 lines (10 loc) 404 B
export { autoRehydrate } from 'redux-persist'; export declare function isObject(obj: any): boolean; export declare const isXs: () => boolean; export declare function getNestedField(obj: any, fieldNames: Array<string | number>): any; export declare function shallowEqual(a: { [key: string]: any; }, b: { [key: string]: any; }): boolean; export declare const getPersistStore: (store: any) => void;