diff --git a/src/lib/components/LabelText.tsx b/src/lib/components/LabelText.tsx index c74fe36d8..109dde2e0 100644 --- a/src/lib/components/LabelText.tsx +++ b/src/lib/components/LabelText.tsx @@ -2,6 +2,7 @@ import type { FlexProps } from "@chakra-ui/react"; import { Flex, Text } from "@chakra-ui/react"; import { TooltipInfo } from "./TooltipComponent"; + interface LabelTextProps extends FlexProps { label: string; tooltipText?: string;