UNPKG

@fluster.io/dev

Version:

7 lines (6 loc) 167 B
import { ReactNode } from 'react'; import { EqRefProps } from './types'; export declare const EqRef: { (props: EqRefProps): ReactNode; displayName: string; };