File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
src/internal/button-dropdown-do-not-use Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ function getComponentsExports() {
2323 './contexts/form-field' : './contexts/form-field.js' ,
2424 // Public internal components
2525 './internal/tooltip-do-not-use' : './internal/tooltip-do-not-use/index.js' ,
26+ './internal/button-dropdown-do-not-use' : './internal/button-dropdown-do-not-use/index.js' ,
2627 './internal/widget-exports' : './internal/widget-exports.js' ,
2728 './test-utils/dom/internal/tooltip' : './test-utils/dom/internal/tooltip.js' ,
2829 './test-utils/selectors/internal/tooltip' : './test-utils/selectors/internal/tooltip.js' ,
Original file line number Diff line number Diff line change 1+ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+ // SPDX-License-Identifier: Apache-2.0
3+
4+ import InternalButtonDropdown_DO_NOT_USE from '../../button-dropdown/internal' ;
5+ export { InternalButtonDropdownProps } from '../../button-dropdown/interfaces' ;
6+
7+ export default InternalButtonDropdown_DO_NOT_USE ;
You can’t perform that action at this time.
0 commit comments