UNPKG

@giphy/react-native-sdk

Version:
16 lines (15 loc) 343 B
"use strict"; 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