Skip to content

Commit f08d2cf

Browse files
committed
refactor - SelectPicker - export menuPortalTarget in props
1 parent 8117e55 commit f08d2cf

File tree

1 file changed

+1
-1
lines changed
  • src/Shared/Components/SelectPicker

1 file changed

+1
-1
lines changed

src/Shared/Components/SelectPicker/type.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ export type SelectPickerProps<OptionValue = number | string, IsMulti extends boo
141141
IsMulti,
142142
GroupBase<SelectPickerOptionType<OptionValue>>
143143
>,
144-
'onCreateOption' | 'formatCreateLabel'
144+
'onCreateOption' | 'formatCreateLabel' | 'menuPortalTarget'
145145
>
146146
> & {
147147
/**

0 commit comments

Comments
 (0)