mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Button have a className property (#16098)
According to material-ui documentation, buttons have className property For example : http://www.material-ui.com/#/components/flat-button
This commit is contained in:
committed by
Sheetal Nandi
parent
d2f5ddec1e
commit
fb21b2cc53
Vendored
+1
@@ -627,6 +627,7 @@ declare namespace __MaterialUI {
|
||||
// non generally overridden elements of EnhancedButton
|
||||
interface SharedEnhancedButtonProps<T> {
|
||||
centerRipple?: boolean;
|
||||
className?: string;
|
||||
disableFocusRipple?: boolean;
|
||||
disableKeyboardFocus?: boolean;
|
||||
disableTouchRipple?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user