We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70381f8 commit 78a7822Copy full SHA for 78a7822
packages/styled/src/base.tsx
@@ -11,16 +11,11 @@ import {
11
SerializedStyles
12
} from '@emotion/utils'
13
import * as React from 'react'
14
-import {
15
- CreateStyled,
16
- ElementType,
17
- StyledComponent,
18
- StyledOptions
19
-} from './types'
+import { CreateStyled, ElementType, StyledOptions } from './types'
20
import { composeShouldForwardProps, getDefaultShouldForwardProp } from './utils'
21
export type {
22
- ComponentSelector,
23
ArrayInterpolation,
+ ComponentSelector,
24
CSSObject,
25
FunctionInterpolation,
26
Interpolation
0 commit comments