chore(components): improve props

This commit is contained in:
Benjamin Canac
2024-06-28 18:13:03 +02:00
parent c9f9a248b7
commit 673064dee5
38 changed files with 260 additions and 137 deletions

View File

@@ -16,7 +16,7 @@ export interface ToasterProps extends Omit<ToastProviderProps, 'swipeDirection'>
position?: ToasterVariants['position']
/**
* Expand the toasts to show multiple toasts at once.
* @defaultValue `true`
* @defaultValue true
*/
expand?: boolean
class?: any