Skip to content

Commit 78a7822

Browse files
committed
organize imports
1 parent 70381f8 commit 78a7822

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

packages/styled/src/base.tsx

+2-7
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,11 @@ import {
1111
SerializedStyles
1212
} from '@emotion/utils'
1313
import * as React from 'react'
14-
import {
15-
CreateStyled,
16-
ElementType,
17-
StyledComponent,
18-
StyledOptions
19-
} from './types'
14+
import { CreateStyled, ElementType, StyledOptions } from './types'
2015
import { composeShouldForwardProps, getDefaultShouldForwardProp } from './utils'
2116
export type {
22-
ComponentSelector,
2317
ArrayInterpolation,
18+
ComponentSelector,
2419
CSSObject,
2520
FunctionInterpolation,
2621
Interpolation

0 commit comments

Comments
 (0)