mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 23:15:43 +01:00
Switch from ReactJSS to styled-components in ui-components
This commit is contained in:
@@ -14,10 +14,7 @@ export type ButtonProps = {
|
||||
icon?: string,
|
||||
fullWidth?: boolean,
|
||||
reducedMobile?: boolean,
|
||||
children?: React.Node,
|
||||
|
||||
// context props
|
||||
classes: any
|
||||
children?: React.Node
|
||||
};
|
||||
|
||||
type Props = ButtonProps & {
|
||||
|
||||
Reference in New Issue
Block a user