Browse Source

fix #11967. Add children type validate in button.tsx

pull/11970/head
zombiej 6 years ago
parent
commit
b076b52756
  1. 1
      components/button/button.tsx

1
components/button/button.tsx

@ -49,6 +49,7 @@ export interface BaseButtonProps {
className?: string;
ghost?: boolean;
block?: boolean;
children?: React.ReactNode;
}
export type AnchorButtonProps = {

Loading…
Cancel
Save