UNPKG

react-number-pin-keypad

Version:

A customizable React keypad component

5 lines (4 loc) 189 B
export { Keypad } from './components/Keypad'; export { Button } from './components/Button'; export { cn } from './utils/class-name'; export type { KeypadProps } from './components/Keypad';