UNPKG

@konstructio/ui

Version:

A set of reusable and customizable React components built for konstruct.io

30 lines (29 loc) 657 B
import { createContext as e } from "react"; var o = e({ time: void 0, format: "12", formattedTime: "", isAM: !1, isTyping: !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"); }, setTimeDirectly() { throw new Error("setTimeDirectly is not implemented"); }, setIsTyping() { throw new Error("setIsTyping is not implemented"); } }); export { o as TimePickerContext };