UNPKG

@momentum-ui/react-collaboration

Version:

Cisco Momentum UI Framework for React Collaboration Applications

24 lines (23 loc) 717 B
import { FocusStrategy } from '@react-types/shared'; import { SelectDirection } from '.'; declare const DIRECTIONS: Record<string, SelectDirection>; declare const DEFAULTS: { DIRECTION: import("./Select.types").SelectDirection; FOCUS_STRATEGY: FocusStrategy; SHOULD_SHOW_BORDER: boolean; IS_IN_FORM: boolean; SHALLOW_DISABLED: boolean; }; declare const STYLE: { wrapper: string; dropdownInput: string; selected: string; open: string; iconWrapper: string; selectedItemWrapper: string; menuListBox: string; popover: string; borderLess: string; }; declare const SELECT_HEIGHT_ADJUST_BORDER = 2; export { DEFAULTS, STYLE, SELECT_HEIGHT_ADJUST_BORDER, DIRECTIONS };