FunctionDecisionHero({
rating,
ticker,
date,
decision,
trader,
}: {
rating: Rating;
ticker: string;
date: string;
apps/web/src/pages/Analyze.tsx:686
FunctionReportContent({
title,
field,
body,
data,
accent,
}: {
title?: string;
field?: string;
body?: string;
dat
apps/web/src/components/report-content.tsx:183
FunctionStepper({
label,
hint,
min,
max,
value,
onChange,
}: {
label: string;
hint: string;
min: number;
apps/web/src/pages/Settings.tsx:430