Skip to content

Vizel API / core/src / VizelIconContextValue

Interface: VizelIconContextValue

Defined in: packages/core/src/icons/types.ts:183

Context value for icon customization. Used by framework-specific icon providers.

Properties

customIcons?

ts
optional customIcons?: Partial<Record<VizelIconName, string>>;

Defined in: packages/core/src/icons/types.ts:187

Custom icon mappings that override default Lucide icons.

Released under the MIT License.