UNPKG

@salvoravida/reapop

Version:

A simple & customizable notifications system for React

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