@@ -12,7 +12,7 @@ import { isKeepAlive } from './components/KeepAlive'
|
||||
export type Slot = (...args: any[]) => VNode[]
|
||||
|
||||
export type InternalSlots = {
|
||||
[name: string]: Slot
|
||||
[name: string]: Slot | undefined
|
||||
}
|
||||
|
||||
export type Slots = Readonly<InternalSlots>
|
||||
|
||||
Reference in New Issue
Block a user