Theemo / @theemo/tokens / isShadow
Function: isShadow()
ts
function isShadow(token): boolean;
Defined in: packages/tokens/src/filters/is-shadow.ts:9
Checks whether the token is a shadow
Parameters
Parameter | Type | Description |
---|---|---|
token | Token | the token |
Returns
boolean
true
if the token is a shadow or false
if not