UNPKG

react-material-time-picker

Version:

TimePicker is a user interface component that allows the user to easily select a specific time. It provides an analog clock interface that is easy to use and intuitive. TimePicker can be easily integrated into other user interface components, making it a

8 lines 162 B
export class Digit { constructor(){ this.next= undefined this.prev = undefined this.placement = null this.value = null } }