weapp-tailwindcss
Version:
把 tailwindcss 原子化样式思想,带给小程序开发者们! bring tailwindcss to miniprogram developers!
4 lines (3 loc) • 307 B
TypeScript
import type { ITemplateHandlerOptions } from '../../types/index.js';
import type { AttributeMatcher } from '../custom-attributes.js';
export declare function customTemplateHandler(rawSource: string, options: Required<ITemplateHandlerOptions>, cachedMatcher?: AttributeMatcher | undefined): Promise<string>;