import { Classes } from "reui-core"; const NS = Classes.getClassNamespace(); export const MULTISELECT = `${NS}-multi-select`; export const MULTISELECT_POPOVER = `${MULTISELECT}-popover`; export const OMNIBAR = `${NS}-omnibar`; export const OMNIBAR_OVERLAY = `${OMNIBAR}-overlay`; export const SELECT = `${NS}-select`; export const SELECT_POPOVER = `${SELECT}-popover`;