Skip to content

Type Editor


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

Type Alias: Icon

ts
type Icon = SvgIcon | DomIcon | TextIcon;

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

Union type representing all possible icon types. An icon can be SVG-based, DOM-based, or text-based.