mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #3965 - For SplitButton
This commit is contained in:
parent
8e37fa418d
commit
7a76a65fe5
3 changed files with 164 additions and 132 deletions
5
components/lib/splitbutton/SplitButton.d.ts
vendored
5
components/lib/splitbutton/SplitButton.d.ts
vendored
|
@ -163,6 +163,11 @@ export interface SplitButtonProps {
|
|||
* @type {SplitButtonPassThroughOptions}
|
||||
*/
|
||||
pt?: SplitButtonPassThroughOptions;
|
||||
/**
|
||||
* 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