import type { ErrorReport } from "./ErrorReport"; import type { NevoProps } from "./NevoProps"; import type { Select } from "./Select"; export type NevoPropsReadonly = ErrorReport> = Select, never, "onChange" | "onChangeError">;