UNPKG

@carbon/ibm-products

Version:

Carbon for IBM Products

11 lines (10 loc) 263 B
export default usePath; declare function usePath(itemsLabel?: string): { path: { id: string; title: string; }[]; setPath: (id: any, title: any, parentId: any) => void; pathOnclick: (idx: any) => void; resetPath: () => void; };