UNPKG

@magicbell/magicbell-react

Version:

React components for building a notification inbox for your app

7 lines (6 loc) 140 B
/** * Open a centered popup window. * * @param url Url of the floating window */ export declare function openWindow(url: string): void;