UNPKG

@ssa-ui-kit/widgets

Version:
7 lines (6 loc) 274 B
import { MealNutrientsProps } from './types'; /** * * UI Component that shows the nutrients consumed by the user */ export declare const MealNutrients: ({ caption, options, data, onOptionChange, }: MealNutrientsProps) => import("@emotion/react/jsx-runtime").JSX.Element;