diff --git a/components/button/button.tsx b/components/button/button.tsx index 8628a21f1b..74373cc04b 100644 --- a/components/button/button.tsx +++ b/components/button/button.tsx @@ -35,7 +35,7 @@ function insertSpace(child: React.ReactChild, needInserted: boolean) { export type ButtonType = 'primary' | 'ghost' | 'dashed' | 'danger'; export type ButtonShape = 'circle' | 'circle-outline'; -export type ButtonSize = 'small' | 'large'; +export type ButtonSize = 'small' | 'default' | 'large'; export interface ButtonProps { type?: ButtonType;