export interface RatingProps { ceil?: number; score: number; } export interface RatingInputProps { ceil?: number; modelValue: number; }