UNPKG

@types/react-native-vector-icons

Version:
7 lines (5 loc) 248 B
import { Component } from "react"; import FontAwesome5Icon, { FontAwesome5IconProps } from "./FontAwesome5"; export type FontAwesome5ProIconProps = FontAwesome5IconProps; export { FA5Style } from "./FontAwesome5"; export default FontAwesome5Icon;