UNPKG

@blueprintjs/core

Version:
6 lines (5 loc) 234 B
import { type HTMLDivProps, type Props } from "../../common/props"; export interface NavbarHeadingProps extends Props, HTMLDivProps { children?: React.ReactNode; } export declare const NavbarHeading: React.FC<NavbarHeadingProps>;