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

12 lines 343 B
import { MutableRefObject } from "react"; export interface Content { children?: any; style?: object; scroll?: boolean; snap?: boolean; active?: boolean; fallback?: any; reference?: MutableRefObject<any>; } export default function Page(props: Content): import("react").JSX.Element; //# sourceMappingURL=Page.d.ts.map