UNPKG

@alexkang/react-native-dev-tools

Version:
5 lines (4 loc) 212 B
import React from 'react'; declare const ASStore: any; export declare function useASStoredState<S>(key: string, initialState: S | (() => S)): [S, React.Dispatch<React.SetStateAction<S>>]; export default ASStore;