Skip to content

Commit

Permalink
fix: BackTop children type (#24235)
Browse files Browse the repository at this point in the history
  • Loading branch information
hellohejinyu committed May 18, 2020
1 parent 551763e commit b87b128
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/back-top/index.tsx
Expand Up @@ -13,6 +13,7 @@ export interface BackTopProps {
onClick?: React.MouseEventHandler<HTMLElement>;
target?: () => HTMLElement | Window | Document;
prefixCls?: string;
children?: React.ReactNode;
className?: string;
style?: React.CSSProperties;
visible?: boolean; // Only for test. Don't use it.
Expand Down

0 comments on commit b87b128

Please sign in to comment.