diff --git a/src/index-rollup.ts b/src/index-rollup.ts index 5df32eb2..22cd59b1 100644 --- a/src/index-rollup.ts +++ b/src/index-rollup.ts @@ -12,5 +12,5 @@ export * from './index'; * Only available if the components are added through a script tag * rather than a module/build system. */ -export const FASTDesignSystem = +export const VSCodeDesignSystem = provideVSCodeDesignSystem().register(allComponents); diff --git a/src/index.ts b/src/index.ts index c86dab17..b0ce9570 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,6 +1,9 @@ // 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';