UNPKG

a429-flight-display

Version:

React components for ARINC 429 Flight Display with primary flight instruments

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