@c1495616js/type-utils
TypeScript icon, indicating that this package has built-in type declarations

1.2.2 • Public • Published

@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.

Readme

Keywords

none

Package Sidebar

Install

npm i @c1495616js/type-utils

Weekly Downloads

2

Version

1.2.2

License

MIT

Unpacked Size

9.68 kB

Total Files

35

Last publish

Collaborators

  • c1495616js