Browse Source

type: remove useless type (#42054)

pull/42067/head
lijianan 2 years ago
committed by GitHub
parent
commit
f580ac85cf
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      components/space/Item.tsx

2
components/space/Item.tsx

@ -7,7 +7,7 @@ export interface ItemProps {
index: number;
direction?: 'horizontal' | 'vertical';
marginDirection: 'marginLeft' | 'marginRight';
split?: string | React.ReactNode;
split?: React.ReactNode;
wrap?: boolean;
}

Loading…
Cancel
Save