4 lines
207 B
TypeScript
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;
|