UNPKG

@alifd/next

Version:

A configurable component library for web built on React.

12 lines (11 loc) 265 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TIME_INPUT_TYPE = exports.TIME_PICKER_TYPE = void 0; exports.TIME_PICKER_TYPE = { TIME: 'time', RANGE: 'range', }; exports.TIME_INPUT_TYPE = { BEGIN: 0, END: 1, };