@ssa-ui-kit/widgets
Version:
SSA UI Kit widgets
8 lines (7 loc) • 362 B
TypeScript
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;