diff options
author | yiminghe <yiminghe@gmail.com> | 2016-08-04 19:53:55 +0800 |
---|---|---|
committer | yiminghe <yiminghe@gmail.com> | 2016-08-04 19:53:55 +0800 |
commit | 4984ed85e54f442998a335db70618d6184fa397e (patch) | |
tree | 6ae348b2cac5f48f3afb6f7b8dd0c2fd02f044fc /src/mixin/CommonMixin.js | |
parent | deaa6062ea2e274d50d58c70251c1237c0c03c67 (diff) | |
download | time-picker-4984ed85e54f442998a335db70618d6184fa397e.tar.gz time-picker-4984ed85e54f442998a335db70618d6184fa397e.tar.zst time-picker-4984ed85e54f442998a335db70618d6184fa397e.zip |
2.x :boom:2.0.0
Diffstat (limited to 'src/mixin/CommonMixin.js')
-rw-r--r-- | src/mixin/CommonMixin.js | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/mixin/CommonMixin.js b/src/mixin/CommonMixin.js deleted file mode 100644 index be080fd..0000000 --- a/src/mixin/CommonMixin.js +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
1 | import {PropTypes} from 'react'; | ||
2 | import enUs from '../locale/en_US'; | ||
3 | |||
4 | export default { | ||
5 | propTypes: { | ||
6 | prefixCls: PropTypes.string, | ||
7 | locale: PropTypes.object, | ||
8 | }, | ||
9 | |||
10 | getDefaultProps() { | ||
11 | return { | ||
12 | locale: enUs, | ||
13 | }; | ||
14 | }, | ||
15 | }; | ||