Browse Source

fix: Space missing TS def (#30590)

pull/30602/head
二货机器人 4 years ago
committed by GitHub
parent
commit
9b60c54995
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      components/space/index.tsx

2
components/space/index.tsx

@ -13,7 +13,7 @@ export const SpaceContext = React.createContext({
export type SpaceSize = SizeType | number;
export interface SpaceProps {
export interface SpaceProps extends React.HTMLAttributes<HTMLDivElement> {
prefixCls?: string;
className?: string;
style?: React.CSSProperties;

Loading…
Cancel
Save