4 lines
125 B
TypeScript

type LoadCss = (href: string, id?: string) => HTMLLinkElement | undefined;
export declare const loadCss: LoadCss;
export {};