mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-18 07:18:38 +02:00
rm some stuff from netdef to make it work in-game
This commit is contained in:
7
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
7
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
@@ -1,5 +1,3 @@
|
||||
import React from 'react';
|
||||
|
||||
/**
|
||||
* @public
|
||||
*/
|
||||
@@ -3883,7 +3881,6 @@ interface UserInterface {
|
||||
*/
|
||||
resetTheme(): void;
|
||||
|
||||
|
||||
/**
|
||||
* Get the current styles
|
||||
* @remarks
|
||||
@@ -6393,6 +6390,6 @@ interface UserInterfaceTheme {
|
||||
* @internal
|
||||
*/
|
||||
interface IStyleSettings {
|
||||
fontFamily: React.CSSProperties["fontFamily"];
|
||||
lineHeight: React.CSSProperties["lineHeight"];
|
||||
fontFamily: string;
|
||||
lineHeight: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user