vite-plugin-react-server
Version:
Vite plugin for React Server Components (RSC)
10 lines • 482 B
TypeScript
import React from "react";
import type { InlineCssCollectorProps } from "./types.js";
/**
* A component that inlines pre-transformed CSS content.
* Expects cssFiles to be an array of CssContent objects with the content already loaded.
*/
export declare function InlineCssCollector({ children, cssFiles, moduleRootPath, }: InlineCssCollectorProps): React.FunctionComponentElement<{
children?: React.ReactNode | undefined;
}>;
//# sourceMappingURL=css-collector-inline.d.ts.map