mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-23 00:15:05 +01:00
fix: define empty props in slots for nuxt-component-meta parsing
This commit is contained in:
@@ -24,7 +24,7 @@ export interface ToasterProps extends Omit<ToastProviderProps, 'swipeDirection'>
|
||||
}
|
||||
|
||||
export interface ToasterSlots {
|
||||
default(): any
|
||||
default(props?: any): any
|
||||
}
|
||||
|
||||
export type ToasterContext = ComputedRef<{
|
||||
|
||||
Reference in New Issue
Block a user