FunctionSection({
title,
expanded,
onToggle,
action,
children,
}: {
title: string;
expanded: boolean;
onToggl
apps/web/src/components/panels/design-md-editor.tsx:363
FunctionSizeSection({
node,
onUpdate,
hasCornerRadius,
cornerRadius,
hideWH,
}: SizeSectionProps)
packages/pen-react/src/components/sections/size-section.tsx:13
FunctionSizeSection({
node,
onUpdate,
hasCornerRadius,
cornerRadius,
hideWH,
}: SizeSectionProps)
apps/web/src/components/panels/size-section.tsx:14
FunctionTextInput({
value,
onChange,
placeholder,
type = 'text',
className,
}: {
value: string;
onChange: (v: str
apps/web/src/components/shared/agent-settings-images-page.tsx:37
FunctionVariableEditor({
variables,
themes,
themeAxis,
setVariable,
ensureThemes,
}: VariableEditorProps)
apps/web/src/components/panels/variable-editor.tsx:18
FunctionVariablePicker({
type,
currentValue,
onBind,
onUnbind,
className,
}: VariablePickerProps)
packages/pen-react/src/components/variable-picker.tsx:20
FunctionVariablePicker({
type,
currentValue,
onBind,
onUnbind,
className,
}: VariablePickerProps)
apps/web/src/components/shared/variable-picker.tsx:21
FunctionVariableRow({
name,
definition,
themeValues,
themeAxis,
onUpdateValue,
onRename,
onDelete,
}: VariableRowPr
apps/web/src/components/panels/variable-row.tsx:37