Make two properties optional
This commit is contained in:
parent
fd597395bd
commit
3918bf785e
@ -431,8 +431,8 @@ export interface Slot
|
||||
_props: SlotProps
|
||||
// eslint-disable-next-line @typescript-eslint/naming-convention
|
||||
_max_count?: number
|
||||
_required: boolean
|
||||
_mergeSlotWithChildren: boolean
|
||||
_required?: boolean
|
||||
_mergeSlotWithChildren?: boolean
|
||||
_proto: string
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user