import * as React from 'react'; import { TOOLTIPSTYLE } from '@static/const'; import { DirectionalHint, TooltipHost } from '@fluentui/react'; interface TooltipHostIndexProps { value: string; } const TooltipHostIndex = (props: TooltipHostIndexProps): any => { const { value } = props; const length = String(value).length; return ( <> {length >= 15 ? (