UNPKG

@impossiblefinance/uikit

Version:
4 lines (3 loc) 147 B
import { DefaultTheme } from 'styled-components'; declare const getColor: (color: string, theme: DefaultTheme) => string; export default getColor;