/** * @license * * Copyright IBM Corp. 2020, 2024 * * 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 DROPDOWN_COLOR_SCHEME } from '@carbon/web-components/es/globals/shared-enums.js'; /** * Footer size. */ export declare enum FOOTER_SIZE { /** * Regular size. */ REGULAR = "", /** * Short size. */ SHORT = "short", /** * Micro size. */ MICRO = "micro" } /** * The style scheme of language selector. */ export declare enum LANGUAGE_SELECTOR_STYLE_SCHEME { /** * Regular style scheme. */ REGULAR = "", /** * The style scheme that's blendid into outer style scheme. * The primary use case is for used in micro footer. */ BLENDED = "blended" } /** * Dropdown size. */ export declare enum DROPDOWN_SIZE { /** * Regular size. */ REGULAR = "", /** * Small size. */ SMALL = "sm", /** * Large size. */ LARGE = "lg", /** * Micro size. */ MICRO = "micro" } //# sourceMappingURL=defs.d.ts.map