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 253 B
import type { Detail } from "./Default"; export interface Position extends Detail { positions?: any[]; onRefresh?: Function; } export default function Position(props: Position): import("react").JSX.Element; //# sourceMappingURL=Position.d.ts.map