FunctionBrandMark({
href = '/',
size = 'md',
className,
withHoverVideo = true,
heightPx,
}: {
href?: string | null
frontend/web/components/brand/BrandMark.tsx:18
FunctionCountUp({
to,
decimals = 0,
duration = 720,
suffix,
className,
}: Props)
frontend/web/components/dashboard/CountUp.tsx:23
FunctionCountUp({
value,
play,
durationMs = 760,
decimals = 0,
suffix = '',
}: {
value: number;
play: boolean;
frontend/web/components/viz/CountUp.tsx:14
FunctionEmptyPreviewCard({
iconPath,
title,
body,
postLabel,
courtPreview,
}: {
iconPath: React.ReactNode;
title: string
frontend/web/components/dashboard/EmptyState.tsx:284
FunctionNotesPanel({
videoRef,
notes,
onAdd,
onDelete,
saving,
}: Props)
frontend/web/components/recordings/NotesPanel.tsx:31