mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
parent
e1bca55172
commit
de3aac4fa2
3 changed files with 15 additions and 3 deletions
4
components/lib/breadcrumb/Breadcrumb.d.ts
vendored
4
components/lib/breadcrumb/Breadcrumb.d.ts
vendored
|
@ -52,6 +52,10 @@ export interface BreadcrumbSlots {
|
|||
*/
|
||||
item: MenuItem;
|
||||
}): VNode[];
|
||||
/**
|
||||
* Custom separator template.
|
||||
*/
|
||||
separator(): VNode[];
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue