one
Version:
One is a new React Framework that makes Vite serve both native and web.
12 lines • 446 B
TypeScript
import type { Plugin } from 'vite';
export declare function getCriticalCSSSources(): Set<string>;
/**
* Given the client manifest, returns the set of output CSS paths
* that use .inline.css extension.
*/
export declare function getCriticalCSSOutputPaths(clientManifest: Record<string, {
file: string;
css?: string[];
}>): Set<string>;
export declare function criticalCSSPlugin(): Plugin;
//# sourceMappingURL=criticalCSSPlugin.d.ts.map