Browse Source
type: changed import type to common import (#43501)
Co-authored-by: Vladimir Radko <volodya.radko@gmail.com>
pull/43504/head
VovkaGoodwin
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
components/space/index.tsx
|
|
@ -10,7 +10,7 @@ import Item from './Item'; |
|
|
|
import { SpaceContextProvider } from './context'; |
|
|
|
import useStyle from './style'; |
|
|
|
|
|
|
|
export type { SpaceContext } from './context'; |
|
|
|
export { SpaceContext } from './context'; |
|
|
|
|
|
|
|
export type SpaceSize = SizeType | number; |
|
|
|
|
|
|
|