@polkadot/react-api
Version:
A collection of RxJs React components the Polkadot JS API
7 lines (6 loc) • 296 B
TypeScript
export { default as withApi } from './api';
export { default as withCall } from './call';
export { default as withCalls } from './calls';
export { default as withCallDiv } from './callDiv';
export { default as withMulti } from './multi';
export { default as withObservable } from './observable';