UNPKG

@admob-plus/react-native

Version:
13 lines (12 loc) 479 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MaxAdContentRating = void 0; // eslint-disable-next-line no-shadow var MaxAdContentRating; (function (MaxAdContentRating) { MaxAdContentRating["G"] = "G"; MaxAdContentRating["MA"] = "MA"; MaxAdContentRating["PG"] = "PG"; MaxAdContentRating["T"] = "T"; MaxAdContentRating["UNSPECIFIED"] = ""; })(MaxAdContentRating || (exports.MaxAdContentRating = MaxAdContentRating = {}));