UNPKG

@spark-web/text

Version:

--- title: Text storybookPath: typography-text--default isExperimentalPackage: false ---

4 lines (3 loc) 250 B
import type { BrighteTheme } from '@spark-web/theme'; export declare type ForegroundTone = keyof Omit<BrighteTheme['color']['foreground'], 'neutralInverted' | 'mutedInverted'>; export declare function useForegroundTone(tone: ForegroundTone): string;