mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 14:13:37 +08:00
fix: Spin tip can be react node (#32733)
Though this may be opposed to the design. It may be useful to people who want to have complicated tip content.
This commit is contained in:
parent
fa65cd3ebf
commit
10a8578bf9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user