mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #4351 - For Steps
This commit is contained in:
parent
1359cd0b15
commit
637b3b398c
2 changed files with 44 additions and 2 deletions
12
components/lib/steps/Steps.d.ts
vendored
12
components/lib/steps/Steps.d.ts
vendored
|
@ -137,6 +137,18 @@ export interface StepsSlots {
|
|||
* Menuitem instance
|
||||
*/
|
||||
item: MenuItem;
|
||||
/**
|
||||
* Label property of the menuitem
|
||||
*/
|
||||
label: string | ((...args: any) => string) | undefined;
|
||||
/**
|
||||
* Order of the menuitem
|
||||
*/
|
||||
index: number;
|
||||
/**
|
||||
* Binding properties of the menuitem
|
||||
*/
|
||||
props: (...args: any) => string;
|
||||
}): VNode[];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue