Preview: index.js.flow
Size: 607 B
/proc/thread-self/root/home/byroehnu/.trash/node_modules11/react-popper/lib/cjs/index.js.flow
// @flow strict
// Public components
import { Popper } from './Popper';
import { Manager } from './Manager';
import { Reference } from './Reference';
import { usePopper } from './usePopper';
export { Popper, Manager, Reference, usePopper };
// Public types
import type { ManagerProps } from './Manager';
import type { ReferenceProps, ReferenceChildrenProps } from './Reference';
import type {
PopperChildrenProps,
PopperArrowProps,
PopperProps,
} from './Popper';
export type {
ManagerProps,
ReferenceProps,
ReferenceChildrenProps,
PopperChildrenProps,
PopperArrowProps,
PopperProps,
};
Directory Contents
Dirs: 1 × Files: 14