Skip to content

Commit be480a8

Browse files
authored
fix(types): button type prop missing link (#2856)
1 parent 6a910de commit be480a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/button/button.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export interface ButtonProps extends AntdProps {
1212
* @default 'default'
1313
* @type string
1414
*/
15-
type?: 'primary' | 'danger' | 'dashed' | 'ghost' | 'default';
15+
type?: 'primary' | 'danger' | 'dashed' | 'ghost' | 'default' | 'link';
1616

1717
/**
1818
* set the original html type of button

0 commit comments

Comments
 (0)