UNPKG

react-native-simi-comps

Version:
7 lines (6 loc) 184 B
/// <reference types="react" /> import { IconOptions } from "./Icon"; export default function TabBarIcon({ name, color, }: { name: IconOptions; color: string; }): JSX.Element;