@vscode/webview-ui-toolkit
Version:
A component library for building webview-based extensions in Visual Studio Code.
21 lines (20 loc) • 683 B
JavaScript
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
export * from './vscode-design-system';
export * from './custom-elements';
// Export components and classes
export * from './badge/index';
export * from './button/index';
export * from './checkbox/index';
export * from './data-grid/index';
export * from './divider/index';
export * from './dropdown/index';
export * from './link/index';
export * from './option/index';
export * from './panels/index';
export * from './progress-ring/index';
export * from './radio-group/index';
export * from './radio/index';
export * from './tag/index';
export * from './text-area/index';
export * from './text-field/index';