@twstyled/babel-preset
Version:
Babel plugin for twstyled -- the full-featured Tailwind CSS + CSS in JS Compiler
6 lines (5 loc) • 305 B
TypeScript
import type core from '@babel/core';
import type { CorePluginOptions, StylisMiddleware, TemplateStateBase } from './types';
declare type Core = typeof core;
export default function getStylisTransformTailwind({ types: t }: Core, options: CorePluginOptions): StylisMiddleware<TemplateStateBase>;
export {};