import type { JSONSupport } from "../../../core/JSONSupport.js";

export default abstract class Input extends JSONSupport {}

export type InputType = "barcode-scanner" | "combo-box" | "date-picker" | "datetime-picker" | "datetimeoffset-picker" | "radio-buttons" | "switch" | "text-area" | "text-box" | "time-picker";