OverridesStyleRules
Type aliasOverridesStyleRules<Props, Theme>: CSSInterpolation | string | (props: { styleState?: Props & {} } & { theme: Theme } & {}) => CSSInterpolationThe style rules for overriding component styles.
Type Parameters
- Props
- Theme