1 2 3 4 5
import { Plugin } from 'vite'; declare function tailwindcss(): Plugin[]; export { tailwindcss as default };