/** * @license * * Copyright IBM Corp. 2020 * * This source code is licensed under the Apache-2.0 license found in the * LICENSE file in the root directory of this source tree. */ export { FORM_ELEMENT_COLOR_SCHEME as OVERFLOW_MENU_COLOR_SCHEME } from '../../globals/shared-enums'; /** * Overflow menu size. */ export declare enum OVERFLOW_MENU_SIZE { /** * Regular size. */ REGULAR = "", /** * Small size. */ SMALL = "sm", /** * X-Large size. */ EXTRA_LARGE = "xl" } //# sourceMappingURL=defs.d.ts.map