feat: Android APP V1 - Experimental Alpha
This commit is contained in:
@@ -43,6 +43,8 @@ export class CustomEmojiPickerComponent {
|
||||
|
||||
readonly currentUserId = input<string | null>(null);
|
||||
readonly compact = input(true);
|
||||
/** Render the picker panel in normal document flow for bottom-sheet embedding. */
|
||||
readonly inline = input(false);
|
||||
|
||||
readonly emojiSelected = output<string>();
|
||||
readonly dismissed = output();
|
||||
|
||||
Reference in New Issue
Block a user