Skip to content

Type Editor


Type Editor / @type-editor/menu / types/Icon / TextIcon

Interface: TextIcon

Defined in: packages/menu/src/types/Icon.ts:36

Represents a text-based icon with optional CSS styling.

Properties

PropertyTypeDescriptionDefined in
css?stringOptional inline CSS stylespackages/menu/src/types/Icon.ts:40
textstringText content for the iconpackages/menu/src/types/Icon.ts:38