We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a910de commit be480a8Copy full SHA for be480a8
types/button/button.d.ts
@@ -12,7 +12,7 @@ export interface ButtonProps extends AntdProps {
12
* @default 'default'
13
* @type string
14
*/
15
- type?: 'primary' | 'danger' | 'dashed' | 'ghost' | 'default';
+ type?: 'primary' | 'danger' | 'dashed' | 'ghost' | 'default' | 'link';
16
17
/**
18
* set the original html type of button
0 commit comments