UNPKG

@td-design/react-native

Version:

react-native UI组件库

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