UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

9 lines 499 B
import { MantineTheme } from '../../theme'; interface NotificationStyles { color: string; theme: MantineTheme; disallowClose: boolean; } declare const _default: (args?: NotificationStyles, classNames?: Partial<Record<"description" | "body" | "title" | "icon" | "root" | "withIcon" | "loader", string>>, name?: string) => Record<"description" | "body" | "title" | "icon" | "root" | "withIcon" | "loader", string>; export default _default; //# sourceMappingURL=Notification.styles.d.ts.map