Skip to content

Commit cc9ea02

Browse files
committed
fix: slotOptions is optional in PluginSlot
1 parent 2f46017 commit cc9ea02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

runtime/plugins/PluginSlot.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ interface PluginSlotProps {
2020
pluginProps?: {
2121
[prop: string]: any,
2222
},
23-
slotOptions: {
23+
slotOptions?: {
2424
mergeProps?: boolean,
2525
},
2626
ref?: React.ForwardedRef<unknown>

0 commit comments

Comments
 (0)