UNPKG

@bigfishtv/cockpit

Version:

20 lines (18 loc) 488 B
'use strict'; exports.__esModule = true; /** * @module Config/autosuggestTheme */ /** * Classes to attach to react-autosuggest component for custom styling */ exports.default = { container: 'dropdown flex-1', containerOpen: 'dropdown open', suggestionsContainer: 'dropdown-menu dropdown-menu-block open', section: 'dropdown-menu-section', sectionTitle: 'dropdown-menu-title', sectionSuggestionsContainer: '', suggestion: 'dropdown-menu-item', suggestionFocused: 'focused' };