singleton.d.ts 111 Bytes
export declare const stylesheetSingleton: () => {
    add: (style: string) => void;
    remove: () => void;
};