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

13 lines 381 B
import type { Modal as Default } from "../../../containers/modals/Modal"; export interface Alert extends Default { buttonLeft?: { name?: string; onClick?: Function; }; buttonRight?: { name?: string; onClick?: Function; }; } export default function Alert(props: Alert): import("react").JSX.Element; //# sourceMappingURL=Alert.d.ts.map