mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00:00
Merge pull request #15762 from theigor/material-ui-flatbutton-fullwidth
[material-ui] add fullWidth to FlatButtonProps
This commit is contained in:
Vendored
+3
-2
@@ -1,6 +1,6 @@
|
||||
// Type definitions for material-ui v0.16.0
|
||||
// Type definitions for material-ui v0.17.1
|
||||
// Project: https://github.com/callemall/material-ui
|
||||
// Definitions by: Nathan Brown <https://github.com/ngbrown>, Oliver Herrmann <https://github.com/herrmanno>
|
||||
// Definitions by: Nathan Brown <https://github.com/ngbrown>, Oliver Herrmann <https://github.com/herrmanno>, Igor Belagorudsky <https://github.com/theigor>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.2
|
||||
|
||||
@@ -651,6 +651,7 @@ declare namespace __MaterialUI {
|
||||
// <EnhancedButton/> is the element that get the 'other' properties
|
||||
backgroundColor?: string;
|
||||
disabled?: boolean;
|
||||
fullWidth?: boolean;
|
||||
hoverColor?: string;
|
||||
icon?: React.ReactNode;
|
||||
label?: React.ReactNode;
|
||||
|
||||
Reference in New Issue
Block a user