react-native-keypad-component
Version:
Customizable keypad component for react native
25 lines • 636 B
TypeScript
export declare const DEFAULTS: {
pinLength: number;
borderRadius: number;
gridGap: number;
keypadTextSize: number;
theme: string;
dotWidth: number;
dotHeight: number;
emptyDotColor: string;
dotColorLight: string;
dotColorDark: string;
keyboardColorLight: string;
keyboardColorDark: string;
textColorLight: string;
textColorDark: string;
displayKeypadBg: boolean;
useFaceId: boolean;
applyFaceIdButtonBackground: boolean;
};
export declare const ANIMATION_VALUES: {
offset: number;
timing: number;
damping: number;
};
//# sourceMappingURL=constants.d.ts.map