@hisptz/react-ui
Version:
A collection of reusable complex DHIS2 react ui components.
6 lines (5 loc) • 347 B
TypeScript
import React from "react";
import SingleValueItem from "./components/SingleValueItem/SingleValueItem";
import { SingleValueContainerProps } from "./types/props";
export default function SingleValueContainer({ title, singleValueItems, animationDuration, animationDelay }: SingleValueContainerProps): React.ReactElement;
export { SingleValueItem };