Skip to content

pantoken / formats/icons/src / IconResolverChainOptions

Interface: IconResolverChainOptions

Beta

Options shared by the icon-resolving renderers (buildIconResolverChain).

Properties

resolve?

optional resolve?: IconResolver

Beta

An explicit resolver, tried before the built-in pantoken icon set.


plugins?

optional plugins?: readonly PantokenPlugin[]

Beta

Plugins whose rehype hooks contribute resolvers (tried first).