EmojiPicker component (#10249)

This commit is contained in:
Samuel Newman
2026-04-17 02:42:10 -07:00
committed by GitHub
parent 8f56fca82c
commit a97b15b204
17 changed files with 397 additions and 479 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ export type SelectMediaButtonProps = {
type: AssetType
assets: ImagePickerAsset[]
errors: string[]
}) => void
}) => void | Promise<void>
/**
* If true, automatically open the media picker when the component mounts.
*/