UNPKG

tailwindcss-turbine

Version:
18 lines 669 B
import { ITurbineConfig } from './models/turbineConfig'; /** * Tailwind CSS plugin which will generate class-based components using * a provided config object and your color theme. * * @defaultValue Not providing a configuration object will generate tail-kit-styled buttons * * @see [Docs](https://github.com/SuperiorJT/tailwindcss-turbine) * * @param config The configuration object to generate components from. */ declare const turbine: (options: ITurbineConfig) => { __options: any; handler: (providers: import("tailwindcss/plugin").TailwindPluginProviders) => void; config: (options: any) => any; }; export = turbine; //# sourceMappingURL=index.d.ts.map