NeahOpti/node_modules/react-style-singleton/dist/es2015/singleton.d.ts
2025-04-22 12:49:37 +02:00

5 lines
111 B
TypeScript

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