fix(types): button type prop missing link (#2856)

pull/2783/head
John60676 2020-09-17 15:14:44 +08:00 committed by GitHub
parent 6a910de636
commit be480a89c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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