UNPKG

react-ionicons

Version:

A React SVG ionicon component

10 lines (8 loc) 226 B
// @flow import type { Target } from '../types' export default function isStyledComponent(target: Target)/* : %checks */ { return ( typeof target === 'function' && typeof target.styledComponentId === 'string' ) }