UNPKG

react-loading-progress

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