UNPKG

@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).

9 lines 269 B
import { Asset as Token } from "../../../types"; export interface View { info?: any; assets?: Token[]; onSelect?: Function; responsive?: boolean; } export default function View(props: any): import("react").JSX.Element; //# sourceMappingURL=View.d.ts.map