diff --git a/src/index.ts b/src/index.ts index 648780f..e103b37 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,6 +1,7 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 + export * from './components/interfaces'; -export { writeComponentsDocumentation } from './components'; +export { documentComponents, writeComponentsDocumentation } from './components'; export { documentTestUtils } from './test-utils'; export { writeTestUtilsDocumentation } from './test-utils-new';