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 { AttitudeIndicatorProps } from '../../types'; declare const AttitudeIndicator: React.FC<AttitudeIndicatorProps>; export default AttitudeIndicator; //# sourceMappingURL=AttitudeIndicator.d.ts.map