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