UNPKG

weapp-tailwindcss

Version:

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

5 lines (4 loc) 187 B
export type NameMatcher = (value: string) => boolean; export declare function createNameMatcher(list: (string | RegExp)[] | undefined, { exact }?: { exact?: boolean; }): NameMatcher;