diff --git a/packages/primevue/src/button/Button.d.ts b/packages/primevue/src/button/Button.d.ts index a67e4495b..a1605914c 100755 --- a/packages/primevue/src/button/Button.d.ts +++ b/packages/primevue/src/button/Button.d.ts @@ -176,7 +176,7 @@ export interface ButtonProps extends ButtonHTMLAttributes { * Specifies the variant of the component. * @defaultValue undefined */ - variant?: 'outlined' | 'text' | undefined; + variant?: 'outlined' | 'text' | 'link' | undefined; /** * Add a plain textual class to the button without a background initially. * @defaultValue false