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) 131 B
export {default as AlertProvider} from "./AlertProvider"; export {default as useAlert} from "./useAlert"; export * from "./types";