mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #3965 - For Button
This commit is contained in:
parent
6dbd3ec18d
commit
bffef92cb3
3 changed files with 211 additions and 121 deletions
5
components/lib/button/Button.d.ts
vendored
5
components/lib/button/Button.d.ts
vendored
|
@ -142,6 +142,11 @@ export interface ButtonProps extends ButtonHTMLAttributes {
|
|||
* @type {ButtonPassThroughOptions}
|
||||
*/
|
||||
pt?: ButtonPassThroughOptions;
|
||||
/**
|
||||
* When enabled, it removes component related styles in the core.
|
||||
* @defaultValue false
|
||||
*/
|
||||
unstyled?: boolean;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue