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