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

10 lines 292 B
import type { JSX, ReactNode } from "react"; export interface List { list?: any; formatter?: Function; fallback?: string | ReactNode | JSX.Element; fill?: boolean; style?: object; } export default function List(props: List): JSX.Element; //# sourceMappingURL=List.d.ts.map