Skip to content

a11ydocs v1.7.0


a11ydocs / TextAlign

Type Alias: TextAlign

ts
type TextAlign = "left" | "center" | "right" | "justify";

Defined in: src/types.ts:828

Horizontal text alignment values.

Released under the ISC license.