'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); const theme = require('@unocss/preset-mini/theme'); for (const k in theme) { if (k !== 'default' && !exports.hasOwnProperty(k)) exports[k] = theme[k]; }