import { DirectionAndDistance } from './AnimatedWrappers'; import { BoxProps } from './Box'; import { ClassNameInterface, IdInterface, OnClickOutsideInterface, TestId, } from './utils'; export type MenuProps = {} & BoxProps & ClassNameInterface & DirectionAndDistance & IdInterface & OnClickOutsideInterface & TestId;