UNPKG

react-native-starsystem

Version:

Starbem React Native UI Toolkit

10 lines (9 loc) 211 B
import { IconType } from '../Icon'; declare const _default: (type: IconType, extraProps: any) => { solid?: undefined; brand?: undefined; } | { solid: any; brand: any; }; export default _default;