export type InputPlacement = "vertical" | "horizontal" | "none";
export type NumberNudgeDirection = "up" | "down";
export type SetValueOrigin = "initial" | "connected" | "user" | "reset" | "direct";
