We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32962cd commit 2f20b65Copy full SHA for 2f20b65
1 file changed
src/index.ts
@@ -18,3 +18,8 @@ export { TextControl } from "./controls/TextControl"
18
export { DateTimeControl } from "./controls/DateTimeControl"
19
export { UnknownControl } from "./controls/UnknownControl"
20
export { VerticalLayout } from "./layouts/VerticalLayout"
21
+
22
+// Re-export some custom antd components to allow for
23
+// external customization without losing functionality
24
+export { InputNumber } from "./antd/InputNumber"
25
+export { Slider } from "./antd/Slider"
0 commit comments