Skip to content

Commit

Permalink
fix: Spin tip can be react node (#32733)
Browse files Browse the repository at this point in the history
Though this may be opposed to the design. It may be useful to people who want to have complicated tip content.
  • Loading branch information
tychenjiajun authored Nov 5, 2021
1 parent fa65cd3 commit 10a8578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/spin/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export interface SpinProps {
spinning?: boolean;
style?: React.CSSProperties;
size?: SpinSize;
tip?: string;
tip?: React.ReactNode;
delay?: number;
wrapperClassName?: string;
indicator?: SpinIndicator;
Expand Down

0 comments on commit 10a8578

Please sign in to comment.