UNPKG

@es-react/react

Version:

Hippy react framework

4 lines (3 loc) 137 B
import { Colors } from './constants'; declare function baseColor(color: string | keyof Colors): number | null; export default baseColor;