FunctionFoodLogModal({
open, onClose, onLogged, defaultMeal = 'breakfast', editEntry, defaultDate,
}: Props)
web/src/components/FoodLogModal.tsx:59
FunctionIconButton({
icon: Icon, label, onClick, variant = 'ghost', size = 'sm',
disabled, className = '', type = 'button',
web/src/components/ui/IconButton.tsx:32
FunctionNumberField({ value, onChange, inputMode = 'decimal', placeholder = '0', disabled = false, min = 0, ...aria }: Props)
web/src/components/ui/NumberField.tsx:20
FunctionSegmentedControl({
options, value, onChange, size = 'md', className = '',
}: Props<T>)
web/src/components/ui/SegmentedControl.tsx:19
FunctionStepperTile({ icon: Icon, label, name, step, onStep, disabled = false, children }: Props)
web/src/components/ui/StepperTile.tsx:19