singleton.d.ts 111 Bytes Edit Raw Blame History Permalink 1 2 3 4 export declare const stylesheetSingleton: () => { add: (style: string) => void; remove: () => void; };