singleton.d.ts 111 B

1234
  1. export declare const stylesheetSingleton: () => {
  2. add: (style: string) => void;
  3. remove: () => void;
  4. };