This commit is contained in:
2025-02-03 20:16:55 +01:00
parent 5599c3d1bd
commit 514a9d657e
9 changed files with 66 additions and 29 deletions
+2 -1
View File
@@ -1,11 +1,12 @@
/// <reference types="@microsoft/msfs-types/Pages/VCockpit/Core/VCockpit" />
/// <reference types="@microsoft/msfs-types/JS/dataStorage" />
import './index.scss';
import { EventBus, FSComponent, SimVarPublisher, SimVarValueType, Subject } from '@microsoft/msfs-sdk';
import { OFP } from './components/ofp/ofp';
import { TLR } from './components/tlr/tlr';
import './index.scss';
export interface NewDataEvents {
newData: boolean;
position: number;