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