mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-20 23:11:43 +01:00
chore(components): improve JSDoc
This commit is contained in:
@@ -14,6 +14,10 @@ type ToasterVariants = VariantProps<typeof toaster>
|
||||
|
||||
export interface ToasterProps extends Omit<ToastProviderProps, 'swipeDirection'> {
|
||||
position?: ToasterVariants['position']
|
||||
/**
|
||||
* Expand the toasts to show multiple toasts at once.
|
||||
* @defaultValue `true`
|
||||
*/
|
||||
expand?: boolean
|
||||
class?: any
|
||||
ui?: Partial<typeof toaster.slots>
|
||||
|
||||
Reference in New Issue
Block a user