Repository URL to install this package:
|
Version:
4.1.0-ulta.0 ▾
|
import { SidebarGroupProps } from './typings'
import { toSidebarRender } from './deps'
import { SidebarGroupState } from './SidebarGroupState'
export function renderSidebarGroupList(
props: SidebarGroupProps,
state: SidebarGroupState
) {
console.debug('[Sidebar] renderSidebarGroupList (default)')
return state.map(toSidebarRender)
}