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 298 B
export interface ListItem { children?: any; style?: object; align?: "left" | "center" | "right"; change?: string; active?: boolean; onClick?: Function; } export default function TableItem(props: ListItem): import("react").JSX.Element; //# sourceMappingURL=TableItem.d.ts.map