@devup-ui/next-plugin
Version:
Zero Config, Zero FOUC, Zero Runtime, CSS in JS Preprocessor
22 lines • 702 B
TypeScript
export interface CoordinatorOptions {
package: string;
cssDir: string;
singleCss: boolean;
sheetFile: string;
classMapFile: string;
fileMapFile: string;
importAliases: Record<string, string | null>;
coordinatorPortFile: string;
canonicalMap: Record<string, string>;
expectedBaseFiles?: string[];
prewarmedFiles?: string[];
idleThresholdMs?: number;
quietMs?: number;
maxWaitMs?: number;
}
export declare function startCoordinator(options: CoordinatorOptions): {
close: () => void;
};
export declare const flushCoordinatorWrites: () => Promise<void>;
export declare const resetCoordinator: () => void;
//# sourceMappingURL=coordinator.d.ts.map