node-ejs-renderer/node_modules/thingies/es6/loadCss.d.ts
2024-06-09 13:55:01 -04:00

4 lines
125 B
TypeScript

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