Files
powerpoint-toolbox/node_modules/thingies/lib/loadCss.d.ts
T
2025-03-07 19:22:02 +01:00

4 lines
125 B
TypeScript

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