UNPKG

@ntragas/pouncejstest

Version:

A collection of UI components from Panther labs

6 lines (5 loc) 285 B
import { PopoverContentProps } from './PopoverContent'; import { Position } from '@reach/popover'; declare type AlignmentValue = Required<PopoverContentProps>['alignment']; declare const usePopoverAlignment: (alignment: AlignmentValue) => Position; export default usePopoverAlignment;