UNPKG

137 BTypeScriptView Raw
1import { StyledComponentBrand } from '../types';
2export default function isStyledComponent(target: any): target is StyledComponentBrand;