FunctionStepLayout({
title,
subtitle,
children,
onNext,
onBack,
onSkip,
nextDisabled,
nextLabel,
}: StepLayoutPr
src/app/(authenticated)/dashboard/_components/onboarding/step-layout.tsx:21
FunctionVirtualizedList({
items,
renderItem,
estimateSize = 50,
overscan = 5,
className,
onEndReached,
endReachedThresh
src/components/core/virtualized-list.tsx:17