Repository URL to install this package:
|
Version:
1.2.11 ▾
|
import { ComponentType } from 'react';
export default function getComponentName(target: ComponentType<any>): string;