UNPKG

@blueprintjs/core

Version:

Core styles & components

7 lines (6 loc) 266 B
/// <reference types="react" /> import { type HTMLDivProps, type Props } from "../../common/props"; export interface NavbarHeadingProps extends Props, HTMLDivProps { children?: React.ReactNode; } export declare const NavbarHeading: React.FC<NavbarHeadingProps>;