UNPKG

@edgex-web/components

Version:

EdgeX Universal UI Components Library - Reusable React components for deposit, withdraw and other common UI patterns

7 lines 480 B
export { Withdraw } from './src/index'; export { WithdrawManager, openWithdraw, closeWithdraw, updateWithdrawOptions, setWithdrawLoading, isWithdrawLoading, useWithdraw, } from './src/WithdrawManager'; export { WithdrawView } from './src/evm/index'; export { WithdrawWalletView } from './src/evm/WalletView'; export { default as WithdrawSpeed } from './src/Speed'; export type { WithdrawProps, OpenWithdrawOptions, WithdrawAPI } from './types'; //# sourceMappingURL=index.d.ts.map