UNPKG

a429-flight-display

Version:

React components for ARINC 429 Flight Display with primary flight instruments

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