@uspacy/store

Install

npm install @uspacy/store

or

yarn add @uspacy/store

Example

import { StoreProvider } from '@uspacy/store';

const App: React.FC = () => {
return (
<StoreProvider>
app
</StoreProvider>
);
};

export default App;

Docs

Generated using TypeDoc