UNPKG

@drieam/common

Version:

Default Drieam api wrapper

4 lines (3 loc) 150 B
import { ComponentType } from 'react'; declare const getDisplayName: (WrappedComponent: ComponentType<any>) => string; export default getDisplayName;