@coinmeca/ui
Version:
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
12 lines • 376 B
TypeScript
import { Token } from "../../../../types/web3";
export interface StakeControl {
asset?: Token;
price: number | string;
fee: number;
option?: "market" | "limit";
onClickBuy?: Function;
onClickSell?: Function;
responsive?: boolean;
}
export default function Stake(props: StakeControl): import("react").JSX.Element;
//# sourceMappingURL=Stake.d.ts.map