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

5 lines 223 B
import type { List } from "../../../../components/layouts/list/List"; export interface Recent extends List { } export default function Recent(props: Recent): import("react").JSX.Element; //# sourceMappingURL=Recent.d.ts.map