internal
type NumberSetting = CommonSettingOptions & {
  type: "number", 
  control?: "input" | {type: "select", options: OptionItem[], }, 
}