Skip to content

eo-typewriterjs


eo-typewriterjs / TAdvanceUnit

Type Alias: TAdvanceUnit

ts
type TAdvanceUnit = "char" | "grapheme" | "word" | "line" | "whole";

Defined in: core/commands/types/type-command.type.ts:12

Description

The unit of text advance when typing

Released under the MIT License.