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

6 lines 233 B
import { type Notify } from "../../../contexts/Notification"; export default function Notify(props: Notify & { order?: number; direction: "left" | "right"; }): import("react").JSX.Element; //# sourceMappingURL=Notify.d.ts.map