mirror of
https://gitee.com/bootx/dax-pay-ui
synced 2026-08-13 07:45:41 +08:00
6 lines
149 B
TypeScript
6 lines
149 B
TypeScript
import { defineConfig, presetTypography, presetUno } from 'unocss';
|
|
|
|
export default defineConfig({
|
|
presets: [presetUno(), presetTypography()],
|
|
});
|