fix(types): button type prop missing link (#2856)
parent
6a910de636
commit
be480a89c0
|
@ -12,7 +12,7 @@ export interface ButtonProps extends AntdProps {
|
||||||
* @default 'default'
|
* @default 'default'
|
||||||
* @type string
|
* @type string
|
||||||
*/
|
*/
|
||||||
type?: 'primary' | 'danger' | 'dashed' | 'ghost' | 'default';
|
type?: 'primary' | 'danger' | 'dashed' | 'ghost' | 'default' | 'link';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* set the original html type of button
|
* set the original html type of button
|
||||||
|
|
Loading…
Reference in New Issue