Skip to content

Commit 3913223

Browse files
authored
chore: Exposes documentComponents util (#81)
1 parent 83b9007 commit 3913223

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
// SPDX-License-Identifier: Apache-2.0
3+
34
export * from './components/interfaces';
4-
export { writeComponentsDocumentation } from './components';
5+
export { documentComponents, writeComponentsDocumentation } from './components';
56
export { documentTestUtils } from './test-utils';
67
export { writeTestUtilsDocumentation } from './test-utils-new';

0 commit comments

Comments
 (0)