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 290 B
import { JSX, ReactNode } from "react"; export interface Table { list?: any; formatter?: Function; fallback?: string | ReactNode | JSX.Element; style?: object; fix?: boolean; } export default function Table(props: Table): JSX.Element; //# sourceMappingURL=Table.d.ts.map