volleyball-dev-frontend/node_modules/react-style-singleton/dist/es5/singleton.d.ts
2025-06-02 16:42:16 +00:00

5 lines
111 B
TypeScript

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