atharva-test-hook
v1.0.0
Published
>
Readme
test-hook
Install
npm install --save test-hookUsage
import React, { Component } from 'react'
import { useMyHook } from 'test-hook'
const Example = () => {
const example = useMyHook()
return (
<div>{example}</div>
)
}License
MIT © atharvadeosthale
This hook is created using create-react-hook.
