UNPKG

react-on-rails-rsc

Version:

React Server Components support for react_on_rails Ruby gem

16 lines 407 B
type ImportManifestEntry = { id: string; chunks: Array<string>; name: string; async?: boolean; }; type FilePathToModuleMetadata = Record<string, ImportManifestEntry>; export type BundleManifest = { moduleLoading: { prefix: string; crossOrigin: string | null; }; filePathToModuleMetadata: FilePathToModuleMetadata; }; export {}; //# sourceMappingURL=types.d.ts.map