UNPKG

@patreon/studio

Version:

Patreon Studio Design System

7 lines (6 loc) 247 B
import type { ExtractTokenValuePair } from './types'; /** * This hook can be used as an escape hatch when you need * to get the light and dark value pair of a token. */ export declare function useExtractTokenValuePair(): ExtractTokenValuePair;