bpms_site/.svn/pristine/11/117353d1c5fc54ad4175bf0d59c8a79fbb5c986f.svn-base
2025-11-02 16:38:49 +03:30

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;