1.2.2 • Published 3 years ago

@c1495616js/type-utils v1.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@c1495616js/myhookss

NPM JavaScript Style Guide

Storybook

https://c1495616js.github.io/jerry-fe-library

Install

npm install --save @c1495616js/myhooks

Usage

import * as React from 'react';

import { useExample } from '@c1495616js/myhooks';

const Example = () => {
  const example = useExample();
  return <div>{example}</div>;
};

License

MIT © c1495616js


This hook is created using create-react-hook.