@vscode/webview-ui-toolkit
Version:
A component library for building webview-based extensions in Visual Studio Code.
13 lines (12 loc) • 476 B
JavaScript
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
import { allComponents } from './custom-elements.js';
import { provideVSCodeDesignSystem } from './vscode-design-system.js';
export * from './index.js';
/**
* The global VSCode Design System.
* @remarks
* Only available if the components are added through a script tag
* rather than a module/build system.
*/
export const VSCodeDesignSystem = provideVSCodeDesignSystem().register(allComponents);