diff --git a/docs/src/app/components/pages/components/time-picker.jsx b/docs/src/app/components/pages/components/time-picker.jsx
index 29729437f5f1c0..c231ed1207353f 100644
--- a/docs/src/app/components/pages/components/time-picker.jsx
+++ b/docs/src/app/components/pages/components/time-picker.jsx
@@ -49,6 +49,18 @@ let TimePickerPage = React.createClass({
header: 'default: false',
desc: 'It\'s technically more correct to refer to "12 noon" and "12 midnight" rather than "12 a.m." and "12 p.m." and it avoids real confusion between different locales. By default (for compatibility reasons) TimePicker uses (12 a.m./12 p.m.) To use (noon/midnight) set pedantic={true}.',
},
+ {
+ name: 'style',
+ type: 'object',
+ header: 'optional',
+ desc: 'Override the inline-styles of TimePicker\'s root element.',
+ },
+ {
+ name: 'textFieldStyle',
+ type: 'object',
+ header: 'optional',
+ desc: 'Override the inline-styles of TimePicker\'s TextField element.',
+ },
],
},
{
@@ -137,6 +149,20 @@ let TimePickerPage = React.createClass({
format="24hr"
hintText="AutoOk"
autoOk={true} />
+
+