UNPKG

@material-ui/pickers

Version:

React components, that implements material design pickers for material-ui v4

10 lines (9 loc) 290 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var ClockType; (function (ClockType) { ClockType["HOURS"] = "hours"; ClockType["MINUTES"] = "minutes"; ClockType["SECONDS"] = "seconds"; })(ClockType || (ClockType = {})); exports.default = ClockType;