Skip to content

Commit

Permalink
define dev
Browse files Browse the repository at this point in the history
  • Loading branch information
kendallgassner committed Dec 7, 2022
1 parent 17e6150 commit 7f32cfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Button/ButtonBase.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import {useTheme} from '../ThemeProvider'
import {ButtonProps, StyledButton} from './types'
import {getVariantStyles, getSizeStyles, getButtonStyles} from './styles'
import {useRefObjectAsForwardedRef} from '../hooks/useRefObjectAsForwardedRef'
declare let __DEV__: boolean

const defaultSxProp = {}
const iconWrapStyles = {
Expand Down

0 comments on commit 7f32cfc

Please sign in to comment.