Common types used throughout the w3ux library
npm install @w3ux/types
or
yarn add @w3ux/types
or
pnpm add @w3ux/types
import { /* your imports */ } from '@w3ux/types'
This package provides TypeScript type definitions:
import type { /* specific types */ } from '@w3ux/types'
// Use the types in your code
interface MyInterface extends /* your type */ {
// Your interface definition
}
For comprehensive documentation and examples, visit the w3ux documentation.
w3ux
, polkadot
, web3
, typescript
, types
, definitions
- Source: GitHub
- Package: npm
- Issues: GitHub Issues
This package is licensed under the GPL-3.0-only.
Part of the w3ux library - A collection of packages for building Web3 applications.