UNPKG

@fruitdexx/uikit

Version:

Set of UI components for pancake projects

4 lines (3 loc) 200 B
import { DefaultTheme } from "styled-components"; declare const getThemeValue: (path: string, fallback?: string | number | undefined) => (theme: DefaultTheme) => string; export default getThemeValue;