import type { Property } from "./Property"; import type { ValueMutator } from "./ValueMutator"; export type OptionProps = Property & Property<`onChange${Capitalize}`, ValueMutator>;