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

15 lines (14 loc) 268 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Digit = void 0; class Digit { constructor() { this.next = undefined; this.prev = undefined; this.placement = null; this.value = null; } } exports.Digit = Digit;