UNPKG

a429-flight-display

Version:

React components for ARINC 429 Flight Display with primary flight instruments

9 lines (8 loc) 288 B
import { default as React } from 'react'; import { FlightData } from '../../types'; interface ARINC429DataBusProps { flightData: FlightData; } declare const ARINC429DataBus: React.FC<ARINC429DataBusProps>; export default ARINC429DataBus; //# sourceMappingURL=ARINC429DataBus.d.ts.map