UNPKG

@twstyled/babel-preset

Version:

Babel plugin for twstyled -- the full-featured Tailwind CSS + CSS in JS Compiler

4 lines (3 loc) 272 B
import type { CorePluginOptions, CorePluginState } from '../types'; export declare type TransformerTwCss = (twDeclarations: string | string[], state: CorePluginState) => string; export default function getTailwindTransformer(options: CorePluginOptions): TransformerTwCss;