UNPKG

react-popper

Version:

Official library to use Popper on React projects

6 lines (4 loc) 145 B
// @flow strict type RefHandler = (?HTMLElement) => void; type RefObject = { current?: ?HTMLElement}; export type Ref = RefHandler | RefObject;