UNPKG

@spark-web/text

Version:

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

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