@td-design/react-native
Version:
react-native UI组件库
6 lines • 321 B
TypeScript
import React from 'react';
import { TextInput } from 'react-native';
import type { PasscodeItemProps } from './type';
declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponent<PasscodeItemProps & React.RefAttributes<TextInput>>>;
export default _default;
//# sourceMappingURL=PasscodeItem.d.ts.map