UNPKG

@mui/x-internals

Version:

Utility functions for the MUI X packages (internal use only).

4 lines 273 B
import * as React from 'react'; export declare const forwardRef: <T, P = {}>(render: React.ForwardRefRenderFunction<T, P & { ref: React.Ref<T>; }>) => React.ForwardRefExoticComponent<P> | React.ForwardRefExoticComponent<React.PropsWithoutRef<P> & React.RefAttributes<T>>;