Skip to content

Commit 4f9b297

Browse files
committed
feat(TextInputMapper): add component * 4
1 parent 481a1a0 commit 4f9b297

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export * from './TextInputMapper';

src/components/fields/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ export * from './Slider';
1212
export * from './Switch/Switch';
1313
export * from './Select';
1414
export * from './ComboBox';
15+
export * from './TextInputMapper';

0 commit comments

Comments
 (0)