Page MenuHomec4science

isStyledComponent.d.ts
No OneTemporary

File Metadata

Created
Wed, Jul 16, 16:29

isStyledComponent.d.ts

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

Event Timeline