UNPKG

stackpress

Version:

Incept is a content management framework.

13 lines (12 loc) 365 B
import type { NotifyContextProps } from '../types.js'; 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;