File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ export type EmojiPickerProps = {
2323 * Untyped [properties](https://github.com/missive/emoji-mart/tree/v5.5.2#options--props) to be
2424 * passed to the [emoji-mart `Picker`](https://github.com/missive/emoji-mart/tree/v5.5.2#-picker) component
2525 */
26- pickerProps ?: { theme : 'auto' | 'light' | 'dark' } & Record < string , unknown > ;
26+ pickerProps ?: Partial < { theme : 'auto' | 'light' | 'dark' } & Record < string , unknown > > ;
2727 /**
2828 * [React Popper options](https://popper.js.org/docs/v2/constructors/#options) to be
2929 * passed to the [react-popper `usePopper`](https://popper.js.org/react-popper/v2/hook/) hook
3030 */
31- popperOptions ?: Options ;
31+ popperOptions ?: Partial < Options > ;
3232} ;
3333
3434const classNames : Record < ThemeVersion , EmojiPickerProps > = {
You can’t perform that action at this time.
0 commit comments