node-ejs-renderer/node_modules/thingies/es6/loadCss.d.ts

4 lines
125 B
TypeScript
Raw Normal View History

2024-06-09 13:55:01 -04:00
type LoadCss = (href: string, id?: string) => HTMLLinkElement | undefined;
export declare const loadCss: LoadCss;
export {};