mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-19 16:49:45 +08: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
1
types/material-ui/index.d.ts
vendored
1
types/material-ui/index.d.ts
vendored
@@ -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