File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import InputLabel from "../InputLabel";
6
6
import { kebabCase } from "lodash" ;
7
7
import PropTypes from "prop-types" ;
8
8
9
- export const timeFieldStyle = {
9
+ const timeFieldStyle = {
10
10
width : "134px" ,
11
11
borderRadius : "3px" ,
12
12
height : 40 ,
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ import TabPanel from "./Tabs/TabPanel";
27
27
import Tabs from "./Tabs/index" ;
28
28
import Tab from "./Tabs/Tab" ;
29
29
import TextField from "./TextField" ;
30
+ import TimeField from "./TimeField/TimeField" ;
30
31
import TextArea from "./TextArea" ;
31
32
import Tooltip from "./Tooltip" ;
32
33
import Toast from "./Toast" ;
@@ -151,6 +152,7 @@ export {
151
152
Tab ,
152
153
TextButton ,
153
154
TextInput ,
155
+ TimeField ,
154
156
TextField ,
155
157
TextArea ,
156
158
Toast ,
You can’t perform that action at this time.
0 commit comments