UNPKG

@ano-ui/preset

Version:
8 lines (5 loc) 187 B
import { Preset } from 'unocss'; import { Theme } from '@unocss/preset-mini'; declare const colors: string[]; declare function presetAno(): Preset<Theme>; export { colors, presetAno };