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