3 lines
137 B
TypeScript
3 lines
137 B
TypeScript
import { StyledComponentBrand } from '../types';
|
|
export default function isStyledComponent(target: any): target is StyledComponentBrand;
|