We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb448e4 commit acee3abCopy full SHA for acee3ab
src/TextInput.tsx
@@ -4,8 +4,7 @@ import styled, {css} from 'styled-components'
4
import {maxWidth, MaxWidthProps, minWidth, MinWidthProps, variant, width, WidthProps} from 'styled-system'
5
import {get} from './constants'
6
import sx, {SxProp} from './sx'
7
-import {ComponentProps} from './utils/types'
8
-import {Merge} from './utils/types/Merge'
+import {ComponentProps, Merge} from './utils/types'
9
10
const sizeVariants = variant({
11
variants: {
0 commit comments