Skip to content

Type Editor


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

types/Icon

Interfaces

InterfaceDescription

DomIcon

Represents a DOM node-based icon.

SvgIcon

Represents an SVG-based icon with path data and dimensions.

TextIcon

Represents a text-based icon with optional CSS styling.

Type Aliases

Type AliasDescription

Icon

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