mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-29 00:51:29 +08:00
* Copy 0.15.1 to legacy. * 0.15.2 - DatePicker dialogContainerStyle https://github.com/callemall/material-ui/pull/4355 * 0.15.2 RadioButton change value type to any https://github.com/callemall/material-ui/pull/4510 * 0.15.2 - SelectField maxHeight https://github.com/callemall/material-ui/pull/4645 * 0.15.2 - Slider sliderStyle https://github.com/callemall/material-ui/pull/4617 * 0.15.2 - Vertical/reversible sliders https://github.com/callemall/material-ui/pull/4571 * 0.15.3 - AutoComplete textFieldStyle https://github.com/callemall/material-ui/pull/4853 * 0.15.3 - Forwarding Popover animation - https://github.com/callemall/material-ui/pull/4702 * 0.15.3 - RadioButtonGroup change defaultSelected and valueSelected type to any - https://github.com/callemall/material-ui/pull/4807 * 0.15.3 - change Snackbar action type to node - https://github.com/callemall/material-ui/pull/4716 * 0.15.4 - ListItem open https://github.com/callemall/material-ui/pull/4850 * 0.16.0-rc1 - CircularProgress thickness * 0.16.0 - Remove deprecated code - https://github.com/callemall/material-ui/pull/4987 * 0.16.0-rc1 Rename MakeSelectable to makeSelectable - https://github.com/callemall/material-ui/pull/5025 * 0.16.0-rc2 - AutoComplete popoverProps - https://github.com/callemall/material-ui/pull/5064 * 0.16.0-rc2 RaisedButton buttonStyle - https://github.com/callemall/material-ui/pull/5196 * 0.16.0-rc2 - Switch thumbSwitchedStyle and trackSwitchedStyle - https://github.com/callemall/material-ui/pull/5106 * 0.16.0-rc2 - Snackbar contentStyle - https://github.com/callemall/material-ui/pull/5205 * Remove duplicate attribute. * Removed not documented attributes. * Update version to 0.16.0. * Fix paddings. * Remove usage of deprecated React.Props.
9 lines
401 B
TypeScript
9 lines
401 B
TypeScript
// Type definitions for material-ui v0.16.0
|
|
// Project: https://github.com/callemall/material-ui
|
|
// Definitions by: Nathan Brown <https://github.com/ngbrown>, Oliver Herrmann <https://github.com/herrmanno>, Vladimir Pouzanov <https://github.com/farcaller>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
/// <reference path="material-ui.d.ts" />
|
|
|
|
import MaterialUI = __MaterialUI;
|