chore(Toast): update slots

This commit is contained in:
Benjamin Canac
2024-04-12 18:59:53 +02:00
parent 48ddf39188
commit 514d17048f
3 changed files with 149 additions and 2 deletions

View File

@@ -28,7 +28,6 @@ export interface ToastProps extends Omit<ToastRootProps, 'asChild' | 'forceMount
export interface ToastEmits extends ToastRootEmits {}
export interface ToastSlots {
default(): any
leading(): any
title(): any
description(): any