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