UNPKG

@formant/ava-react

Version:

React components of AVA.

10 lines (9 loc) 367 B
import type { EntityType } from '@formant/ava'; import type { ColorToken } from './seed'; import type { ThemeType, ThemeStylesProps } from '../types'; export default function getThemeColor({ type, colorToken, theme, palette, }: { colorToken: ColorToken; theme: ThemeType; type?: EntityType | 'text'; palette?: ThemeStylesProps['palette']; }): string;