weapp-tailwindcss
Version:
把 tailwindcss 原子化样式思想,带给小程序开发者们! bring tailwindcss to miniprogram developers!
7 lines (6 loc) • 597 B
TypeScript
import type { NativeAppPlatform, RuntimeBranchContext } from './types.js';
import type { UniUtsPlatformInfo } from '../utils/index.js';
export declare function isRuntimeUniAppXEnabled(value: RuntimeBranchContext['uniAppX']): boolean;
export declare function normalizeRuntimeUniUtsPlatform(value: RuntimeBranchContext['uniUtsPlatform']): UniUtsPlatformInfo;
export declare function resolveNativeAppPlatform(platform: UniUtsPlatformInfo): NativeAppPlatform;
export declare function resolveExplicitOrEnvPlatform(context: RuntimeBranchContext, uniUtsPlatform: UniUtsPlatformInfo): string | undefined;