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
| Property | Type | Description | Defined in |
|---|---|---|---|
css? | string | Optional inline CSS styles | packages/menu/src/types/Icon.ts:40 |
text | string | Text content for the icon | packages/menu/src/types/Icon.ts:38 |