UNPKG

@sberdevices/plasma-temple

Version:

SberDevices CanvasApp Templates.

18 lines (13 loc) 483 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isSberBoxLike = exports.deviceFamily = void 0; var _utils = /*#__PURE__*/require("@sberdevices/plasma-ui/utils"); var deviceFamily = /*#__PURE__*/(0, _utils.detectDevice)(); exports.deviceFamily = deviceFamily; var isSberBoxLike = function isSberBoxLike() { return (0, _utils.detectDevice)() === 'sberBox'; }; exports.isSberBoxLike = isSberBoxLike; //# sourceMappingURL=deviceFamily.js.map