UNPKG

next-dynamic-loading-props

Version:
3 lines (2 loc) 181 B
import { ComponentType } from 'react'; export default function withLoadingProps<Props = {}>(loader: (useLoadingProps: () => Props) => ComponentType<Props>): ComponentType<Props>;