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
parent
commit
c683c50bdd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      components/space/index.tsx

2
components/space/index.tsx

@ -10,7 +10,7 @@ import Item from './Item';
import { SpaceContextProvider } from './context'; import { SpaceContextProvider } from './context';
import useStyle from './style'; import useStyle from './style';
export type { SpaceContext } from './context'; export { SpaceContext } from './context';
export type SpaceSize = SizeType | number; export type SpaceSize = SizeType | number;

Loading…
Cancel
Save