28 lines
555 B
JavaScript
28 lines
555 B
JavaScript
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
exports.default = void 0;
|
|
const devicesWithDynamicIsland = [{
|
|
brand: 'Apple',
|
|
model: 'iPhone 15'
|
|
}, {
|
|
brand: 'Apple',
|
|
model: 'iPhone 15 Plus'
|
|
}, {
|
|
brand: 'Apple',
|
|
model: 'iPhone 15 Pro'
|
|
}, {
|
|
brand: 'Apple',
|
|
model: 'iPhone 15 Pro Max'
|
|
}, {
|
|
brand: 'Apple',
|
|
model: 'iPhone 14 Pro'
|
|
}, {
|
|
brand: 'Apple',
|
|
model: 'iPhone 14 Pro Max'
|
|
}];
|
|
var _default = devicesWithDynamicIsland;
|
|
exports.default = _default;
|
|
//# sourceMappingURL=devicesWithDynamicIsland.js.map
|