UNPKG

@netdata/netdata-ui

Version:

netdata UI kit

9 lines (6 loc) 197 B
import { ReactNode } from "react" export interface TabbedNavigationProps { children: ReactNode } declare const TabbedNavigation: React.FC<TabbedNavigationProps> export default TabbedNavigation