We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83b9007 commit 3913223Copy full SHA for 3913223
src/index.ts
@@ -1,6 +1,7 @@
1
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
// SPDX-License-Identifier: Apache-2.0
3
+
4
export * from './components/interfaces';
-export { writeComponentsDocumentation } from './components';
5
+export { documentComponents, writeComponentsDocumentation } from './components';
6
export { documentTestUtils } from './test-utils';
7
export { writeTestUtilsDocumentation } from './test-utils-new';
0 commit comments