Optional
__fixThe text container where the content will be split. Can be a CSS selector (string) or an actual HTML element.
Optional
hasSpecifies whether the text should be split into individual letters.
true
Optional
hasSpecifies whether the text should be split into lines.
false
Optional
letterHTML tag to wrap each letter.
span
Optional
lineHTML tag to wrap each line.
span
Optional
resizeDebounce timeout for the resize event in milliseconds.
0
Optional
viewportDetermines the viewport target for resizing behavior.
'any'
Optional
wordHTML tag to wrap each word.
span
Static properties for a component. These properties remain constant throughout the lifecycle of the component. This interface extends IStaticProps, inheriting the static properties defined for modules.