mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
parent
04af30b015
commit
46f63c068e
4 changed files with 25 additions and 7 deletions
14
components/lib/breadcrumb/Breadcrumb.d.ts
vendored
14
components/lib/breadcrumb/Breadcrumb.d.ts
vendored
|
@ -56,6 +56,20 @@ export interface BreadcrumbSlots {
|
|||
* Custom separator template.
|
||||
*/
|
||||
separator(): VNode[];
|
||||
/**
|
||||
* Custom item icon template.
|
||||
* @param {Object} scope - item icon slot's params.
|
||||
*/
|
||||
itemicon(scope: {
|
||||
/**
|
||||
* Menuitem instance
|
||||
*/
|
||||
item: MenuItem;
|
||||
/**
|
||||
* Style class of the item icon element.
|
||||
*/
|
||||
class: any;
|
||||
}): VNode[];
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue