2025-11-13 13:13:34 -07:00

5 lines
111 B
TypeScript

export declare const stylesheetSingleton: () => {
add: (style: string) => void;
remove: () => void;
};