import { ChangeEvent } from 'react'; export type ChangeEventOrName = string | ChangeEvent; //# sourceMappingURL=ChangeEventOrName.d.ts.map