WK 8c2613713a
refactor: migrate eslint to v9 (#5267)
* refactor: migrate eslint to v9

* chore: lint

* chore: update eslint command

* chore: fix lint warnings

* chore: separate lint and lint:fix

* chore: exclude contentlayer generated code

* fix(scripts): add missing await
2025-06-01 13:51:30 -03:00
..
2025-02-18 18:06:37 -03:00

@heroui/shared-utils

A Quick description of the component

This is an internal utility, not intended for public usage.

Installation

yarn add @heroui/shared-utils
# or
npm i @heroui/shared-utils

Contribution

Yes please! See the contributing guidelines for details.

File structure

src/
├── common/ # Common utilities for all React versions
└── demi/ # Demi utilities for different React versions
   ├── react18/
   └── react19/

License

This project is licensed under the terms of the MIT license.