Skip to content

TypeWriterProps

Defined in: stream-text.tsx:103

TypeWriter props.

optional className: string

Defined in: stream-text.tsx:113

Custom className


optional cursor: string

Defined in: stream-text.tsx:117

Cursor character


optional delay: number

Defined in: stream-text.tsx:109

Delay before starting in ms


optional onComplete: () => void

Defined in: stream-text.tsx:111

Called when typing completes

void


optional showCursor: boolean

Defined in: stream-text.tsx:115

Show cursor


optional speed: number

Defined in: stream-text.tsx:107

Typing speed in ms per character


text: string

Defined in: stream-text.tsx:105

Text to type