UNPKG

@plone/volto

Version:
9 lines (8 loc) 253 B
/** * Get navigation. * @function getNavigation * @param {string} url Content url. * @param {number} depth Depth of the navigation tree. * @returns {Object} Get navigation action. */ export function getNavigation(url: string, depth: number): any;