Skip to content

Function: hoverForClass()

ts
function hoverForClass(
   base, 
   token, 
   index): Hover | undefined;

Defined in: packages/providers/src/index.ts:83

Hover for a class token: the modifier's docs, else the component's.

Parameters

base

string

token

string

index

CssDocIndex

Returns

Hover | undefined

Released under the MIT License