UNPKG

haptic-sound-toast

Version:

A customizable toast notification library for Next.js and React

4 lines (3 loc) 189 B
import * as React from "react"; import { type ThemeProviderProps } from "next-themes"; export declare function ThemeProvider({ children, ...props }: ThemeProviderProps): React.JSX.Element;