UNPKG

styled-components

Version:
4 lines (3 loc) 210 B
import { StyledComponentBrand } from '../types'; /** Type guard that returns true if the target is a styled component. */ export default function isStyledComponent(target: any): target is StyledComponentBrand;