UNPKG

@ssa-ui-kit/widgets

Version:
7 lines (6 loc) 254 B
import { StepsCounterProps } from './types'; /** * * UI Component with a Card that shows the steps count of the user */ export declare const StepsCounter: ({ max, currentValue }: StepsCounterProps) => import("@emotion/react/jsx-runtime").JSX.Element;