Files
Gemini-Search/node_modules/react-style-singleton/dist/es2015/singleton.d.ts
Ammaar Reshi d6025af146 Initial commit
2025-01-04 14:06:53 +00:00

5 lines
111 B
TypeScript

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