UNPKG

@mui/utils

Version:

Utility functions for React components.

7 lines (5 loc) 169 B
import * as React from 'react'; export default function requirePropFactory( componentNameInError: string, Component?: React.JSXElementConstructor<unknown>, ): any;