Blame view

天文台pc/tianwentai-ui/node_modules/react-style-singleton/dist/es5/singleton.d.ts 111 Bytes
bc518174   王天杨   提交两个项目文件
1
2
3
4
  export declare const stylesheetSingleton: () => {
      add: (style: string) => void;
      remove: () => void;
  };