@giphy/react-native-sdk
Version:
Giphy React Native SDK
15 lines (14 loc) • 370 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GiphyContentRequestType = void 0;
const GiphyContentRequestType = {
Trending: 'trending',
Search: 'search',
Emoji: 'emoji',
Recents: 'recents',
Animate: 'animate'
};
exports.GiphyContentRequestType = GiphyContentRequestType;
//# sourceMappingURL=giphyContentRequest.js.map