export type RateOnUpdateValue = (value: number & null) => void;
export type RateOnUpdateValueImpl = (value: number | null) => void;
