UNPKG

react-native-keypad-component

Version:
4 lines 491 B
import React from 'react'; import type { KeypadProps } from './types'; export default function Keypad({ onPinEntered, onPinErrored, errorMessageComponent, pinLength, containerStyle, buttonStyle, buttonTextStyle, keypadTextSize, disableKeypadBackground, usesFaceId, keypadRadius, theme, activeDotColor, emptyDotColor, keypadColor, textColor, dotWidth, dotHeight, gridGap, renderFaceIdIcon, applyBackgroundToFaceIdButton, }: KeypadProps): React.JSX.Element; //# sourceMappingURL=index.d.ts.map