UNPKG

weapp-tailwindcss

Version:

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

9 lines (8 loc) 431 B
import type { SourceCandidateCollector, SourceCandidateCollectorOptions } from './types-and-cache.js'; export declare function createSourceCandidateCollector(options?: SourceCandidateCollectorOptions): SourceCandidateCollector; export declare function getSourceCandidateContentCacheStatsForTest(): { max: number; size: number; keys: string[]; }; export declare function clearSourceCandidateContentCacheForTest(): void;