Files
wdi-dashboard/node_modules/react-style-singleton/dist/es5/singleton.d.ts
2024-08-16 15:06:52 +05:30

5 lines
111 B
TypeScript

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