weapp-tailwindcss
Version:
把 tailwindcss 原子化样式思想,带给小程序开发者们! bring tailwindcss to miniprogram developers!
5 lines (4 loc) • 356 B
TypeScript
import type { IJsHandlerOptions, JsHandlerResult } from '../../types/index.js';
export declare function isOxcParserRuntimeSupported(version?: string): boolean;
export declare function canUseOxcJsFastPath(options: IJsHandlerOptions): boolean;
export declare function oxcJsHandler(rawSource: string, options: IJsHandlerOptions): JsHandlerResult | undefined;