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