UNPKG

weapp-tailwindcss

Version:

把 tailwindcss 原子化样式思想,带给小程序开发者们! bring tailwindcss to miniprogram developers!

4 lines (3 loc) 226 B
import type { NodePath } from '@babel/traverse'; import type { StringLiteral, TemplateElement } from '@babel/types'; export declare function isClassContextLiteralPath(path: NodePath<StringLiteral | TemplateElement>): boolean;