diff --git a/index.d.ts b/index.d.ts index ae0dce17..83879cd1 100644 --- a/index.d.ts +++ b/index.d.ts @@ -29,8 +29,6 @@ export function withSnackbar

(component: React.Compo export function useSnackbar(): withSnackbarProps; -export type ClassNameMap = Record; - // all material-ui props, including class keys for notistack and material-ui with additional notistack props export interface SnackbarProviderProps extends Omit { classes?: Partial>;