UNPKG

@ssa-ui-kit/widgets

Version:
8 lines (7 loc) 362 B
import { WaterConsumeProps } from './types'; /** * * UI Component shows the water consumption objective of the user * @param steps - the order goes from top to bottom, from left to right */ export declare const WaterConsume: ({ minValue, maxValue, currentValue, active, steps, unit, }: WaterConsumeProps) => import("@emotion/react/jsx-runtime").JSX.Element;