UNPKG

@livelike/react-native

Version:

LiveLike React Native package

9 lines 261 B
import { stickerPackStore } from '../store/stickerPack'; import { useStore } from './useStore'; export function useStickerPacks() { const stickerPacks = useStore(stickerPackStore); return { stickerPacks }; } //# sourceMappingURL=useStickerPacks.js.map