feat(web): ability to style description in notifications

This commit is contained in:
LukeWasTaken
2023-05-10 16:25:30 +02:00
parent 8a8700ca57
commit 21990796f5
6 changed files with 774 additions and 21 deletions

View File

@@ -1,9 +1,9 @@
import React from 'react';
import { ToastPosition } from 'react-hot-toast';
import { IconProp } from '@fortawesome/fontawesome-svg-core';
import { Sx } from '@mantine/core';
export interface NotificationProps {
style?: React.CSSProperties;
style?: Sx;
description?: string;
title?: string;
duration?: number;