@progress/kendo-react-dateinputs
Version:
React DateInput is a perfect input component for handling quick and efficient date values. KendoReact Date Inputs package
18 lines (17 loc) • 530 B
JavaScript
/**
* @license
*-------------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the package root for more information
*-------------------------------------------------------------------------------------------
*/
const o = {
dayperiod: "dayperiod",
hour: "hour",
millisecond: "millisecond",
minute: "minute",
second: "second"
};
export {
o as TIME_PART
};