Page MenuHomec4science

isStyledComponent.d.ts
No OneTemporary

File Metadata

Created
Tue, Jul 22, 09:38

isStyledComponent.d.ts

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

Event Timeline