UNPKG

react-admit-one

Version:

An admit-one ticket for your React components

5 lines (4 loc) 224 B
/// <reference types="react" /> import { FiberType } from './react-types'; export default function getDisplayName<T>(type: React.ComponentType<T>): string; export default function getDisplayName<T>(type: FiberType): string;