UNPKG

@giphy/react-native-sdk

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