UNPKG

react-use-api

Version:

<div align="center"> <h1> <img width="120" src="./icon.svg"> <br/> React useApi() <br /> <br /> </h1> </div>

5 lines (4 loc) 182 B
export { default, useApi } from './useApi'; export { injectSSRHtml, loadApiCache } from './ssr'; export { ApiProvider } from './ApiProvider'; export { ApiContext } from './context';