@konstructio/ui
Version:
A set of reusable and customizable React components built for konstruct.io
23 lines (22 loc) • 499 B
JavaScript
import { createContext as e } from "react";
const o = e({
time: /* @__PURE__ */ new Date(),
format: "12",
formattedTime: "",
isAM: !1,
onSelectHour() {
throw new Error("onSelectHour is not implemented");
},
onSelectMinute() {
throw new Error("onSelectMinute is not implemented");
},
onSelectAM() {
throw new Error("onSelectAM is not implemented");
},
onSelectPM() {
throw new Error("onSelectPM is not implemented");
}
});
export {
o as TimePickerContext
};