useTypewriter<T>

HOOK

A hook which returns a Typewriter from @uiloos/core which is configured by the config parameter.

What the hook does is register itself to the Typewriter for changes, when a change is detected it makes sure that the component using the hook is re-rendered.

Since 1.2.0

Signature

useTypewriter( ): Typewriter<T>

Parameters

config: TypewriterConfig<T>

The initial configuration of the Typewriter.

Returns

An instance of the Typewriter from @uiloos/core