UNPKG

@td-design/react-native

Version:

react-native UI组件库

5 lines 324 B
import React from 'react'; import { VehicleKeyboardInputProps, VehicleKeyboardRef } from './type'; declare const VehicleKeyboardInput: React.ForwardRefExoticComponent<VehicleKeyboardInputProps & React.RefAttributes<VehicleKeyboardRef>>; export default VehicleKeyboardInput; //# sourceMappingURL=VehicleKeyboardInput.d.ts.map