[web] Add toast notifications to editor (#21567)

GitOrigin-RevId: 7f7ab83d4615f564c0e79bc2a05ca6cb9e5239fd
This commit is contained in:
Mathias Jakobsen
2024-11-11 09:05:12 +00:00
committed by Copybot
parent a50d76f4ea
commit cb72799fff
14 changed files with 363 additions and 1 deletions
@@ -27,7 +27,7 @@ export type NotificationProps = {
id?: string
}
function NotificationIcon({
export function NotificationIcon({
notificationType,
customIcon,
}: {