UNPKG

@twstyled/babel-preset

Version:

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

7 lines (6 loc) 287 B
import type core from '@babel/core'; import type { TemplateCssProcessor } from '@linaria/babel-preset'; import type { CorePluginOptions } from './types'; declare type Core = typeof core; export default function (babel: Core, options: CorePluginOptions): TemplateCssProcessor; export {};