weapp-tailwindcss
Version:
把 tailwindcss 原子化样式思想,带给小程序开发者们! bring tailwindcss to miniprogram developers!
6 lines (5 loc) • 362 B
TypeScript
import type { NodePath } from '@babel/traverse';
import type { StringLiteral, TemplateElement } from '@babel/types';
import type { IJsHandlerOptions } from '../types/index.js';
import type { JsToken } from './types.js';
export declare function replaceHandleValue(path: NodePath<StringLiteral | TemplateElement>, options: IJsHandlerOptions): JsToken | undefined;