UNPKG

@td-design/react-native

Version:

react-native UI组件库

6 lines 281 B
import React from 'react'; import type { PasscodeProps, PasscodeRef } from './type'; declare const Passcode: React.ForwardRefExoticComponent<PasscodeProps & React.RefAttributes<PasscodeRef>>; export default Passcode; export type { PasscodeRef }; //# sourceMappingURL=index.d.ts.map