UNPKG

@ssa-ui-kit/widgets

Version:
7 lines (6 loc) 240 B
import { CaloriesProps } from './types'; /** * * UI Component that shows how many calories the user has burned */ export declare const Calories: ({ max, currentValue }: CaloriesProps) => import("@emotion/react/jsx-runtime").JSX.Element;