UNPKG

unocss

Version:

The instant on-demand Atomic CSS engine.

7 lines (4 loc) 267 B
import { AstroIntegrationConfig } from '@unocss/astro'; import { AstroIntegration } from 'astro'; declare function UnocssAstroIntegration<Theme extends object>(config?: AstroIntegrationConfig<Theme>): AstroIntegration; export { UnocssAstroIntegration as default };