UNPKG

@patreon/studio

Version:

Patreon Studio Design System

7 lines (6 loc) 262 B
import type { AnyToken } from '../../types/tokens'; /** * This hook can be used as an escape hatch when you need * to get the underlying value of a token as a css string. */ export declare function useExtractedTokenCss(tokens: AnyToken | AnyToken[]): string;