Files
Webklar.com/node_modules/next/dist/server/app-render/rsc/preloads.d.ts
Basilosaurusrex f027651f9b main repo
2025-11-24 18:09:40 +01:00

4 lines
207 B
TypeScript

export declare function preloadStyle(href: string): void;
export declare function preloadFont(href: string, type: string): void;
export declare function preconnect(href: string, crossOrigin?: string): void;