UNPKG

react-snackbars-stack

Version:

A simple and flexible stackable snackbars for React

4 lines (3 loc) 179 B
/// <reference types="react" /> import { SnackbarContextType } from '../types'; export declare const SnackbarContext: import("react").Context<SnackbarContextType | undefined>;