@giphy/react-native-sdk
Version:
Giphy React Native SDK
16 lines (15 loc) • 343 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GiphyContentType = void 0;
const GiphyContentType = {
Emoji: 'emoji',
Gif: 'gif',
Recents: 'recents',
Sticker: 'sticker',
Text: 'text',
Clips: 'clips'
};
exports.GiphyContentType = GiphyContentType;
//# sourceMappingURL=giphyContentType.js.map