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