This commit is contained in:
Elvy 2025-01-28 19:27:10 +01:00
parent bc4ed128b6
commit 75bb8079e7

View file

@ -71,7 +71,7 @@ interface UnspecificRowProps {
isSelected: boolean,
onPressDestination: (destination: DestinationItem) => void,
"aria-posinset": number,
"aria-setsize": number;
"aria-setsize": number,
}
interface SpecificRowProps extends UnspecificRowProps {