import { TouchedOf } from './TouchedOf'; export type SetTouched = ( newTouched: TouchedOf ) => void;