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 267 B
import { Vault } from "../../../../types"; export interface List { list?: Vault[]; filter?: string; responsive?: boolean; onSelect?: Function; } export default function List(props: List): import("react").JSX.Element; //# sourceMappingURL=List.d.ts.map