UNPKG

@drieam/common

Version:

Default Drieam api wrapper

4 lines (3 loc) 148 B
import { ComponentType } from "react"; declare function getDisplayName(WrappedComponent: ComponentType<any>): string; export { getDisplayName };