/** * Vite plugin for automatic Tailwind theme type generation */ export { tailwindResolver } from './vite/index'; export type { VitePluginOptions } from './vite/index';