RatingDashboardProps: {
    selectedDashboard: SelectedRatingDashboard;
    useRatingDashboard?: (() => RatingDashboardHookReturn);
}

Props for the RatingDashboard component.

Type declaration

Generated using TypeDoc