UNPKG

tm-reuseable-components

Version:

This is a reuseable components lib made for TextMercato

5 lines (4 loc) 146 B
import { FC } from "react"; import { ToolTipsProps } from './tolltips.types'; declare const ToolTips: FC<ToolTipsProps>; export default ToolTips;