Add missing type (#1955)
This commit is contained in:
@@ -38,6 +38,10 @@ import {useQueryClient} from '@tanstack/react-query'
|
|||||||
import {useComposerControls} from '#/state/shell/composer'
|
import {useComposerControls} from '#/state/shell/composer'
|
||||||
import {listenSoftReset} from '#/state/events'
|
import {listenSoftReset} from '#/state/events'
|
||||||
|
|
||||||
|
interface SectionRef {
|
||||||
|
scrollToTop: () => void
|
||||||
|
}
|
||||||
|
|
||||||
type Props = NativeStackScreenProps<CommonNavigatorParams, 'Profile'>
|
type Props = NativeStackScreenProps<CommonNavigatorParams, 'Profile'>
|
||||||
export const ProfileScreen = withAuthRequired(function ProfileScreenImpl({
|
export const ProfileScreen = withAuthRequired(function ProfileScreenImpl({
|
||||||
route,
|
route,
|
||||||
|
|||||||
Reference in New Issue
Block a user