UNPKG

stackpress

Version:

Incept is a content management framework.

13 lines (12 loc) 362 B
import type { NotifyContextProps } from '../types'; export declare const config: { position: string; autoClose: number; hideProgressBar: boolean; closeOnClick: boolean; pauseOnHover: boolean; draggable: boolean; theme: string; }; declare const NotifyContext: import("react").Context<NotifyContextProps>; export default NotifyContext;