@edgex-web/components
Version:
EdgeX Universal UI Components Library - Reusable React components for deposit, withdraw and other common UI patterns
11 lines (10 loc) • 396 B
TypeScript
import { DepositConfig, WithdrawConfig } from '../types';
export { useTranslation, useTranslationWithLocale } from './useTranslation';
export declare const useDeposit: () => {
openDeposit: (config: DepositConfig) => void;
};
export declare const useWithdraw: () => {
openWithdraw: (config: WithdrawConfig) => void;
};
export * from './usePoolBalance';
//# sourceMappingURL=index.d.ts.map