UNPKG

weapp-tailwindcss

Version:

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

5 lines (4 loc) 374 B
import type { ICustomAttributesEntities, ItemOrItemArray } from '../types/index.js'; export type AttributeMatcher = (tag: string, attr: string) => boolean; export declare function isPropsMatch(props: ItemOrItemArray<string | RegExp>, attr: string): boolean; export declare function createAttributeMatcher(entities?: ICustomAttributesEntities): AttributeMatcher | undefined;