@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).
13 lines • 350 B
TypeScript
export interface Listing {
standard?: any;
tokens?: any[];
keyTokens?: any[];
onAsset?: Function;
onProcess?: Function;
onRefetch?: Function;
onBack?: Function;
onClose: Function;
close?: boolean;
}
export default function Listing(props: Listing): import("react").JSX.Element;
//# sourceMappingURL=Listing.d.ts.map