UNPKG

swiftui-react-native

Version:

A React Native component library inspired by SwiftUI

5 lines (4 loc) 210 B
import { type Color as ColorType } from '../../utils/colors'; import { ColorView } from './types'; export declare const Color: ColorView; export declare function getColor(color: ColorType): string | undefined;