mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Refactor #3889 - button updates
This commit is contained in:
parent
4fe92f03ef
commit
21ab0ad7d0
4 changed files with 12 additions and 15 deletions
8
components/lib/splitbutton/SplitButton.d.ts
vendored
8
components/lib/splitbutton/SplitButton.d.ts
vendored
|
@ -8,6 +8,7 @@
|
|||
*
|
||||
*/
|
||||
import { ButtonHTMLAttributes, VNode } from 'vue';
|
||||
import { ButtonPassThroughOptions } from '../button';
|
||||
import { MenuItem } from '../menuitem';
|
||||
import { TieredMenuPassThroughOptions } from '../tieredmenu';
|
||||
import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers';
|
||||
|
@ -41,12 +42,9 @@ export interface SplitButtonPassThroughOptions {
|
|||
icon?: SplitButtonPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the menu button's DOM element.
|
||||
* @see {@link ButtonPassThroughOptions}
|
||||
*/
|
||||
menuButton?: SplitButtonPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the menu button icon's DOM element.
|
||||
*/
|
||||
menuButtonIcon?: SplitButtonPassThroughOptionType;
|
||||
menuButton?: ButtonPassThroughOptions;
|
||||
/**
|
||||
* Uses to pass attributes to the menu's DOM element.
|
||||
* @see {@link TieredMenuPassThroughOptions}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue