Refactor #3832 Refactor #3833 - For Breadcrumb

This commit is contained in:
Tuğçe Küçükoğlu 2023-04-05 14:55:26 +03:00
parent e1bca55172
commit de3aac4fa2
3 changed files with 15 additions and 3 deletions

View file

@ -52,6 +52,10 @@ export interface BreadcrumbSlots {
*/
item: MenuItem;
}): VNode[];
/**
* Custom separator template.
*/
separator(): VNode[];
}
/**