makearmy-app/node_modules/react-style-singleton/dist/es2015/singleton.d.ts

5 lines
111 B
TypeScript
Raw Permalink Normal View History

2025-09-22 10:37:53 -04:00
export declare const stylesheetSingleton: () => {
add: (style: string) => void;
remove: () => void;
};