UNPKG

weapp-tailwindcss

Version:

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

9 lines (8 loc) 389 B
import type { RuntimeEntryType } from '../../compiler/index.js'; export interface RuntimeEntryMatchers { cssMatcher: (file: string) => boolean; htmlMatcher: (file: string) => boolean; jsMatcher: (file: string) => boolean; wxsMatcher: (file: string) => boolean; } export declare function classifyRuntimeEntry(file: string, matchers: RuntimeEntryMatchers): RuntimeEntryType;