weapp-tailwindcss
Version:
把 tailwindcss 原子化样式思想,带给小程序开发者们! bring tailwindcss to miniprogram developers!
7 lines (6 loc) • 704 B
TypeScript
import type { RuntimeBranch, RuntimeBranchContext, RuntimeBranchGeneratorOptions } from './types.js';
export declare function resolveRuntimeBranch(context: RuntimeBranchContext): RuntimeBranch;
export declare function resolveGeneratorRuntimeBranch(options: RuntimeBranchGeneratorOptions, context?: Omit<RuntimeBranchContext, 'generatorTarget'>): RuntimeBranch;
export declare function shouldUseMiniProgramCssBranch(branch: RuntimeBranch): boolean;
export declare function shouldUseNativeAppCssBranch(branch: RuntimeBranch): boolean;
export type { NativeAppPlatform, RuntimeBranch, RuntimeBranchContext, RuntimeBranchGeneratorOptions, RuntimePlatformFamily, TailwindcssBranchVersion, } from './types.js';