UNPKG

@edgex-web/components

Version:

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

5 lines (4 loc) 156 B
import { FC } from 'react'; import { WithdrawProps } from '../types'; export declare const Withdraw: FC<WithdrawProps>; //# sourceMappingURL=index.d.ts.map