UNPKG

@ssa-ui-kit/widgets

Version:
3 lines (2 loc) 201 B
import { MealPlannerCardProps } from './types'; export declare const MealPlannerCard: ({ name, image, carbs, protein, fat, }: MealPlannerCardProps) => import("@emotion/react/jsx-runtime").JSX.Element;