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 350 B
import { ReactNode } from "react"; type Child = Function | ReactNode | null; type Args = [Child] | [object] | [Child, object] | undefined[]; type Portal = [open: (...args: Args) => void, close: Function, reset: Function]; export default function usePortal(initial?: any, initialProps?: any): Portal; export {}; //# sourceMappingURL=usePortal.d.ts.map