@react-foundry/types
v0.1.7
Published
Common types used across React Foundry.
Readme
React Foundry - Types
Common types used across React Foundry.
Using this package
First install the package into your project:
npm install -S -D @react-foundry/typesThen use it in your code as follows:
import type { UserInfo } from '@react-foundry/types';Working on this package
Before working on this package you must install its dependencies using the following command:
pnpm installBuilding
Build the package by compiling the source code.
npm run buildClean-up
Remove any previously built files.
npm run clean