Skip to content

Commit

Permalink
feat(components/space): 为SpaceProps补上ref
Browse files Browse the repository at this point in the history
  • Loading branch information
mengxinssfd committed Jul 7, 2023
1 parent debfe6f commit 7ee40b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/src/space/space.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ export type SpaceProps = React.HTMLAttributes<HTMLElement> & {
inline?: boolean;
fill?: boolean;
fillRatio?: number;
ref?: React.Ref<HTMLElement>;
};

0 comments on commit 7ee40b5

Please sign in to comment.