index.d.mts 110 Bytes
import { Plugin } from 'vite';

declare function tailwindcss(): Plugin[];

export { tailwindcss as default };