UNPKG

a429-flight-display

Version:

React components for ARINC 429 Flight Display with primary flight instruments

8 lines (7 loc) 250 B
import { default as React } from 'react'; interface AirspeedIndicatorProps { airspeed: number; } declare const AirspeedIndicator: React.FC<AirspeedIndicatorProps>; export default AirspeedIndicator; //# sourceMappingURL=AirspeedIndicator.d.ts.map