Search
Loading...
Skip to content

Type Alias: TextCase

type TextCase = "Normal" | "Uppercase" | "Lowercase" | "Titlecase";

Represents the text case of a text block.