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