FunctionArrayEditor({
label,
description,
values,
onChange,
uppercase = true,
}: {
label: string;
description?: str
gui/src/components/config/fields.tsx:196
FunctionNumberInput({
label,
value,
onChange,
error,
step,
min,
hint,
}: {
label: string;
value: number;
onCh
gui/src/components/config/fields.tsx:54
FunctionStatCard({
label,
value,
sub,
icon: Icon,
accent = "blue",
}: StatCardProps)
gui/src/components/common/StatCard.tsx:24
FunctionTextInput({
label,
value,
onChange,
placeholder,
type = "text",
hint,
mono,
}: {
label: string;
value
gui/src/components/config/fields.tsx:93