UNPKG

@patreon/studio

Version:

Patreon Studio Design System

6 lines (5 loc) 225 B
import type { ColorToken } from '../../types/tokens'; /** * Converts a color token to a raw color string with an opacity modifier */ export declare function useTokenWithOpacity(token: ColorToken, opacity?: number): string;