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