UNPKG

styled-components

Version:

Visual primitives for the component age. Use the best bits of ES6 and CSS to style your apps without stress

3 lines (2 loc) 146 B
import { IStyledComponent } from '../types'; export default function isStyledComponent(target: any): target is IStyledComponent<'web', any, any>;