mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge remote-tracking branch 'Dashlane/material-ui-button-label-position' into material-ui-v014. Pull request #6680.
This commit is contained in:
@@ -161,7 +161,7 @@ class MaterialUiTests extends React.Component<{}, MaterialUiTestsState> implemen
|
||||
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
@@ -1022,6 +1022,7 @@ declare namespace __MaterialUI {
|
||||
fullWidth?: boolean;
|
||||
label?: string;
|
||||
labelColor?: string;
|
||||
labelPosition?: string;
|
||||
labelStyle?: React.CSSProperties;
|
||||
primary?: boolean;
|
||||
secondary?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user