Skip to content

Commit 2f20b65

Browse files
authored
fix(DefaultExport): export InputNumber and Slider to allow customization (#108)
1 parent 32962cd commit 2f20b65

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/index.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,8 @@ export { TextControl } from "./controls/TextControl"
1818
export { DateTimeControl } from "./controls/DateTimeControl"
1919
export { UnknownControl } from "./controls/UnknownControl"
2020
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

Comments
 (0)