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

7 lines 317 B
import type { List } from "../../../../components/layouts/list/List"; import type { VaultRecent } from "../../../../types"; export interface Recent extends Omit<List, "list"> { list?: VaultRecent[]; } export default function Recent(props: Recent): import("react").JSX.Element; //# sourceMappingURL=Recent.d.ts.map