UNPKG

a429-flight-display

Version:

React components for ARINC 429 Flight Display with primary flight instruments

6 lines (5 loc) 248 B
import { default as React } from 'react'; import { AirspeedIndicatorProps } from '../../types'; declare const AirspeedIndicator: React.FC<AirspeedIndicatorProps>; export default AirspeedIndicator; //# sourceMappingURL=AirSpeedIndicatorNew.d.ts.map