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 89343d4 commit 7ae6139Copy full SHA for 7ae6139
packages/mui-component-mapper/src/files/select.js
@@ -52,3 +52,5 @@ Select.defaultProps = {
52
};
53
54
export default Select;
55
+
56
+export const InternalSelect = MUISelect;
packages/pf3-component-mapper/src/files/select.js
@@ -42,3 +42,5 @@ Select.propTypes = {
42
43
44
45
46
+export const InternalSelect = DataDrivenSelect;
packages/pf4-component-mapper/src/files/select.js
@@ -33,3 +33,5 @@ Select.propTypes = {
33
34
35
36
37
0 commit comments