UNPKG

@giphy/react-native-sdk

Version:
15 lines (14 loc) 276 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GiphyRating = void 0; const GiphyRating = exports.GiphyRating = { G: 'g', PG: 'pg', PG13: 'pg-13', R: 'r', Unrated: 'unrated', Y: 'y' }; //# sourceMappingURL=giphyRating.js.map