Page MenuHomec4science

isStyledComponent.d.ts
No OneTemporary

File Metadata

Created
Sun, Jul 20, 20:10

isStyledComponent.d.ts

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

Event Timeline