UNPKG

@atlaskit/atlassian-navigation

Version:

A horizontal navigation component for Atlassian products.

7 lines (6 loc) 159 B
import { ComponentType, ReactNode } from 'react'; export declare type BadgeProps = { id: string; badge: ComponentType<{}>; children: ReactNode; };