Skip to content

Vizel API / vue/src / useVizelIconContext

Function: useVizelIconContext()

ts
function useVizelIconContext(): VizelIconContextValue;

Defined in: packages/vue/src/components/VizelIconContext.ts:45

Inject custom icon mappings from parent IconProvider. Returns an empty object if no provider is present.

Returns

VizelIconContextValue

Released under the MIT License.