react-native-keypad-component
Version:
Customizable keypad component for react native
4 lines • 491 B
TypeScript
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