UNPKG

@nex-ui/utils

Version:

Utility functions for React components.

6 lines (3 loc) 240 B
import { ReactElement, MemoExoticComponent, ForwardRefExoticComponent } from 'react'; declare function supportRef(nodeOrComponent: ReactElement | MemoExoticComponent<any> | ForwardRefExoticComponent<any>): boolean; export { supportRef };