chore(Notification)!: rename to closeButton and actionButton for consistency

This commit is contained in:
Benjamin Canac
2023-05-29 21:59:59 +02:00
parent daca46371c
commit 4458656be5
5 changed files with 14 additions and 14 deletions

View File

@@ -12,7 +12,7 @@ export interface Notification {
description: string
icon?: string
avatar?: Partial<Avatar>
close?: Partial<Button>
closeButton?: Partial<Button>
timeout: number
actions?: NotificationAction[]
click?: Function