carbon-custom-elements
Version:
A Carbon Design System variant that's as easy to use as native HTML elements, with no framework tax, no framework silo.
22 lines (18 loc) • 562 B
JavaScript
/**
* @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.
*/
/* eslint-disable import/prefer-default-export */
/**
* Color scheme for form elements.
*/
export let FORM_ELEMENT_COLOR_SCHEME;
(function (FORM_ELEMENT_COLOR_SCHEME) {
FORM_ELEMENT_COLOR_SCHEME["REGULAR"] = "";
FORM_ELEMENT_COLOR_SCHEME["LIGHT"] = "light";
})(FORM_ELEMENT_COLOR_SCHEME || (FORM_ELEMENT_COLOR_SCHEME = {}));
//# sourceMappingURL=shared-enums.js.map