rayauth-react
v0.1.5
Published
>
Downloads
1
Readme
react
Install
npm install --save react
Usage
import * as React from "react";
import { useMyHook } from "react";
const Example = () => {
const example = useMyHook();
return <div>{example}</div>;
};
License
MIT © apoorvcodes
This hook is created using create-react-hook.