Installation
Add @sigx/lynx-heroui to your project.
Install the package
pnpm add @sigx/lynx-heroui
Native setup
Rebuild your development client after installing:
sigx prebuild
Verify
import * as HeroUI from '@sigx/lynx-heroui';
console.log(Object.keys(HeroUI));
