about summary refs log tree commit diff
path: root/src/screens/Profile/Sections/types.ts
blob: a7f77d648c0435d599d9dd2fecc668a01e38ead6 (plain) (blame)
1
2
3
export interface SectionRef {
  scrollToTop: () => void
}