@crypto-cocoa/web3-provider
v0.0.6
Published
>
Downloads
3
Readme
sample
Install
npm install --save sample
Usage
import * as React from 'react'
import { useMyHook } from 'sample'
const Example = () => {
const example = useMyHook()
return (
<div>
{example}
</div>
)
}
License
MIT © show-coco
This hook is created using create-react-hook.