UNPKG

reshow-build

Version:
4 lines (3 loc) 190 B
export function mergeRef(el: Element | null, refArr?: RefType[]): void; export type RefType = React.RefObject | Function | undefined; export type Element = React.ReactElement | HTMLElement;