weapp-tailwindcss
Version:
把 tailwindcss 原子化样式思想,带给小程序开发者们! bring tailwindcss to miniprogram developers!
8 lines (7 loc) • 411 B
TypeScript
import type { RuntimeCompilationBuildState, RuntimeCompilationSnapshot } from '../../compiler/index.js';
export declare function createGulpRuntimeSnapshot(runtimeSourcesByFile: Map<string, {
source: string;
type: 'html' | 'js';
}>, state: RuntimeCompilationBuildState, computeHash: (source: string) => string, options?: {
removedFiles?: Iterable<string> | undefined;
}): RuntimeCompilationSnapshot;