first commit
This commit is contained in:
6
frontend/node_modules/antd/lib/breadcrumb/useItems.d.ts
generated
vendored
Normal file
6
frontend/node_modules/antd/lib/breadcrumb/useItems.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import type { BreadcrumbItemType, BreadcrumbSeparatorType, ItemType } from './Breadcrumb';
|
||||
type MergedType = BreadcrumbItemType & {
|
||||
children?: ItemType['children'];
|
||||
};
|
||||
export default function useItems(items?: ItemType[], routes?: ItemType[]): Partial<MergedType & BreadcrumbSeparatorType>[] | null;
|
||||
export {};
|
||||
Reference in New Issue
Block a user