loadCss.d.ts 125 B

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