UNPKG

@alicloud/console-components

Version:

Alibaba Cloud React Components

3 lines (2 loc) 145 B
import { ComponentType } from 'react'; export default function hocOverlay<P extends any>(WrappedComponents: ComponentType<P>): ComponentType<P>;