useStickerPicker
The purpose of the useStickerPicker is to manage and track the selected sticker pack. It exposes the selected stickerPackId value and appropriate setter function.
Example Usage:
const { selectedStickerPackId, setSelectedStickerPackId } = useStickerPicker();Hook Return Value
selectedStickerPackId
selectedStickerPackIdType | Default |
|---|---|
String | Empty String |
setSelectedStickerPackId
setSelectedStickerPackIdType |
|---|
|
Updated 2 months ago
What’s Next
