UNPKG

@surveycake/rc

Version:

react component of surveycake

4 lines (3 loc) 184 B
import { Theme } from '../styles'; import { ColorPath } from '../types/color'; export declare function resolveThemeColorByPath(theme: Theme, color?: ColorPath): string | undefined;