preview.mjs (414B)
1 /* This Source Code Form is subject to the terms of the Mozilla Public 2 * License, v. 2.0. If a copy of the MPL was not distributed with this 3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 4 5 export const globalTypes = { 6 componentStatus: { 7 name: "Component status", 8 description: 9 "Provides a visual indicator of the component's readiness status.", 10 defaultValue: "default", 11 }, 12 };