Type alias TColor

TColor: "primary" | "secondary" | "text"

Description

Defines the color types used in the application. This type specifies the standard colors that can be used, typically for theming or UI elements.

Generated using TypeDoc