#### Default ```jsx
console.log('onSubmit', s)} onDirtyChange={dirty => console.log(`Dirty Change: ${dirty ? 'dirty' : 'not dirty'}`) } // EmojiButton onSetSkinTone={s => console.log('onSetSkinTone', s)} // StickerButton knownPacks={[]} receivedPacks={[]} installedPacks={[]} blessedPacks={[]} recentStickers={[]} clearInstalledStickerPack={() => console.log('clearInstalledStickerPack')} onClickAddPack={(...args) => console.log('onClickAddPack', ...args)} onPickSticker={(...args) => console.log('onPickSticker', ...args)} clearShowIntroduction={() => console.log('clearShowIntroduction')} showPickerHint={false} clearShowPickerHint={() => console.log('clearShowIntroduction')} />
```