File size: 145 Bytes
fea495a
 
 
1
2
3
4
export declare function PreloadChunks({ moduleIds, }: {
    moduleIds: string[] | undefined;
}): import("react/jsx-runtime").JSX.Element | null;