UNPKG

mui-alert-provider

Version:

Make your alerts float! A lightweight provider for Material UI’s Alert that fits seamlessly into any web UI.

4 lines (3 loc) 117 B
import { AlertContextType } from "./types"; declare const useAlert: () => AlertContextType; export default useAlert;