mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-03 08:40:12 +00:00
Merge pull request #29218 from adambowles/patch-2
Make custom prop not required in emoji-mart Picker component
This commit is contained in:
@@ -75,7 +75,7 @@ export interface PickerProps {
|
||||
recent?: string[];
|
||||
autoFocus?: boolean;
|
||||
/** NOTE: custom emoji are copied into a singleton object on every new mount */
|
||||
custom: CustomEmoji[];
|
||||
custom?: CustomEmoji[];
|
||||
skinEmoji?: string;
|
||||
notFound?(): React.Component;
|
||||
notFoundEmoji?: string;
|
||||
|
||||
Reference in New Issue
Block a user