UNPKG

opendash

Version:

open.DASH data visualization framework

3 lines (2 loc) 263 B
import { NavigationItemInterface, NavigationPlaceInterface, NavigationGroupWithChildrenInterface } from ".."; export declare function useNavigation(place: NavigationPlaceInterface): [NavigationGroupWithChildrenInterface[], NavigationItemInterface[], string[]];