coldbydefault-portfolio
Preparing search index...
components/projects/projects-showcase.utils
useTruncationDetection
Function useTruncationDetection
useTruncationDetection
(
description
:
string
,
)
:
{
descriptionRef
:
RefObject
<
null
|
HTMLParagraphElement
>
;
isTruncated
:
boolean
;
}
Custom hook for handling text truncation detection
Parameters
description
:
string
Returns
{
descriptionRef
:
RefObject
<
null
|
HTMLParagraphElement
>
;
isTruncated
:
boolean
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
coldbydefault-portfolio
Loading...
Custom hook for handling text truncation detection