UNPKG

weapp-tailwindcss

Version:

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

4 lines (3 loc) 350 B
import type { InternalUserDefinedOptions, UserDefinedOptions } from '../types/index.js'; export declare function createCompilerContextCacheKey(opts?: UserDefinedOptions): string | undefined; export declare function withCompilerContextCache(opts: UserDefinedOptions | undefined, factory: () => InternalUserDefinedOptions): InternalUserDefinedOptions;