mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
material-ui: labelPosition on RaisedButton
This commit is contained in:
@@ -131,7 +131,7 @@ class MaterialUiTests extends React.Component<{}, {}> implements React.LinkedSta
|
||||
element = <FlatButton linkButton={true} href="https://github.com/callemall/material-ui" secondary={true} label="GitHub">
|
||||
<FontIcon style={{ color: Typography.textFullWhite }} className="muidocs-icon-custom-github"/>
|
||||
</FlatButton>;
|
||||
element = <RaisedButton linkButton={true} href="https://github.com/callemall/material-ui" secondary={true} label="GitHub">
|
||||
element = <RaisedButton linkButton={true} href="https://github.com/callemall/material-ui" secondary={true} label="GitHub" labelPosition="before">
|
||||
<FontIcon style={{ color: Typography.textFullWhite }} className="muidocs-icon-custom-github"/>
|
||||
</RaisedButton>;
|
||||
element = <FloatingActionButton secondary={true} mini={true} linkButton={true}
|
||||
|
||||
Vendored
+1
@@ -692,6 +692,7 @@ declare namespace __MaterialUI {
|
||||
labelStyle?: React.CSSProperties;
|
||||
backgroundColor?: string;
|
||||
labelColor?: string;
|
||||
labelPosition?: string;
|
||||
disabledBackgroundColor?: string;
|
||||
disabledLabelColor?: string;
|
||||
fullWidth?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user