mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-02-24 15:35:11 +00:00
oop
This commit is contained in:
parent
bc4ed128b6
commit
75bb8079e7
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ interface UnspecificRowProps {
|
||||||
isSelected: boolean,
|
isSelected: boolean,
|
||||||
onPressDestination: (destination: DestinationItem) => void,
|
onPressDestination: (destination: DestinationItem) => void,
|
||||||
"aria-posinset": number,
|
"aria-posinset": number,
|
||||||
"aria-setsize": number;
|
"aria-setsize": number,
|
||||||
}
|
}
|
||||||
|
|
||||||
interface SpecificRowProps extends UnspecificRowProps {
|
interface SpecificRowProps extends UnspecificRowProps {
|
||||||
|
|
Loading…
Add table
Reference in a new issue