UNPKG

@ssa-ui-kit/widgets

Version:
7 lines (6 loc) 236 B
import { HeartRateProps } from './types'; /** * * UI Component that shows the heart rate of the user */ export declare const HeartRate: ({ data, caption, color, }: HeartRateProps) => import("@emotion/react/jsx-runtime").JSX.Element;