'use strict'; const theme = require('@unocss/preset-mini/theme'); Object.keys(theme).forEach(function (k) { if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) k === '__proto__' ? Object.defineProperty(exports, k, { enumerable: true, value: theme[k] }) : exports[k] = theme[k]; });